Function ikcp_allocator

Source
pub unsafe extern "C" fn ikcp_allocator(
    new_malloc: Option<unsafe extern "C" fn(arg1: usize) -> *mut c_void>,
    new_free: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
)