miniz_sys

Type Alias mz_alloc_func

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