Type Definition libz_sys::alloc_func

source · []
pub type alloc_func = unsafe extern "C" fn(_: voidpf, _: uInt, _: uInt) -> voidpf;