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