Type Alias z_rs::alloc_func

source ยท
pub type alloc_func = unsafe extern "C" fn(_: *mut c_void, _: u32, _: u32) -> *mut c_void;