igraph_qsort

Function igraph_qsort 

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