Function igSetAllocatorFunctions

Source
pub unsafe extern "C" fn igSetAllocatorFunctions(
    alloc_func: Option<unsafe extern "C" fn(usize, *mut c_void) -> *mut c_void>,
    free_func: Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>,
    user_data: *mut c_void,
)