mz_compress2 function
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<ffi.UnsignedChar>,
ffi.Pointer<mz_ulong>,
ffi.Pointer<ffi.UnsignedChar>,
mz_ulong,
ffi.Int,
)
>()
external int mz_compress2(
ffi.Pointer<ffi.UnsignedChar> pDest,
ffi.Pointer<mz_ulong> pDest_len,
ffi.Pointer<ffi.UnsignedChar> pSource,
int source_len,
int level,
);