pub unsafe extern "C" fn SCIPsortInd(
indarray: *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 index array in non-decreasing order