Type Alias zlib_rs::c_api::alloc_func

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