igraph_qsort_r

Function igraph_qsort_r 

Source
pub unsafe extern "C" fn igraph_qsort_r(
    base: *mut c_void,
    nel: usize,
    width: usize,
    thunk: *mut c_void,
    compar: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *const c_void, arg3: *const c_void) -> c_int>,
)