Function I_RpcDefaultAllocate

Source
pub unsafe extern "C" fn I_RpcDefaultAllocate(
    bh: handle_t,
    size: usize,
    RealAlloc: Option<unsafe extern "C" fn(arg1: usize) -> *mut c_void>,
) -> *mut c_void