pub unsafe extern "C" fn SCIPsortIntPtrReal(
intarray: *mut c_int,
ptrarray: *mut *mut c_void,
realarray: *mut f64,
len: c_int,
)Expand description
sort of three joint arrays of ints/pointers/reals, sorted by first array in non-decreasing order