tinfl_decompressor_alloc function

  1. @Native<Pointer<tinfl_decompressor> Function()>()>()
Pointer<tinfl_decompressor> tinfl_decompressor_alloc()

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();