Type Definition miniz_sys::mz_alloc_func [] [src]

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