Skip to main content

flint_sort

Function flint_sort 

Source
pub unsafe extern "C" fn flint_sort(
    buf: *mut c_void,
    len: slong,
    size: slong,
    cmp: Option<unsafe extern "C" fn(arg1: *const c_void, arg2: *const c_void, arg3: *mut c_void) -> c_int>,
    data: *mut c_void,
)