[][src]Type Definition miniz_oxide_c_api::lib_oxide::mz_alloc_func

type mz_alloc_func = unsafe extern "C" fn(_: *mut c_void, _: size_t, _: size_t) -> *mut c_void;

Signature of function used to allocate the compressor/decompressor structs.