mz_alloc_func typedef

Heap allocation callbacks. Note that mz_alloc_func parameter types purposely differ from zlib's: items/size is size_t, not unsigned long.

Implementation

typedef mz_alloc_func = ffi.Pointer<ffi.NativeFunction<mz_alloc_funcFunction>>;