tdefl_put_buf_func_ptr typedef
Output stream interface. The compressor uses this interface to write compressed data. It'll typically be called TDEFL_OUT_BUF_SIZE at a time.
Implementation
typedef tdefl_put_buf_func_ptr =
ffi.Pointer<ffi.NativeFunction<tdefl_put_buf_func_ptrFunction>>;