tdefl_compressor_alloc function
- @Native<Pointer<
tdefl_compressor> Function()>()>()
Allocate the tdefl_compressor structure in C so that / / non-C language bindings to tdefl_ API don't need to worry about / / structure size and allocation mechanism.
Implementation
@ffi.Native<ffi.Pointer<tdefl_compressor> Function()>()
external ffi.Pointer<tdefl_compressor> tdefl_compressor_alloc();