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