Type Definition miniz_oxide_c_api::mz_alloc_func[][src]

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

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