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