pub unsafe extern "C" fn SCIPsort(
perm: *mut c_int,
indcomp: Option<unsafe extern "C" fn(dataptr: *mut c_void, ind1: c_int, ind2: c_int) -> c_int>,
dataptr: *mut c_void,
len: c_int,
)Expand description
sort an indexed element set in non-decreasing order, resulting in a permutation index array