zlib_rs::c_api

Type Alias alloc_func

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