pub type UriFuncMalloc = Option<unsafe extern "C" fn(arg1: *mut UriMemoryManagerStruct, arg2: size_t) -> *mut c_void>;Expand description
Function signature that custom malloc(3) functions must conform to
@since 0.9.0
Aliased Type§
pub enum UriFuncMalloc {
None,
Some(unsafe extern "C" fn(*mut UriMemoryManagerStruct, u32) -> *mut c_void),
}