Type Definition miniz_sys::mz_alloc_func[][src]

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