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