pub unsafe extern "C" fn SCIPsortRealPtrPtr(
realarray: *mut f64,
ptrarray1: *mut *mut c_void,
ptrarray2: *mut *mut c_void,
len: c_int,
)Expand description
sort of three joint arrays of Reals/Pointers/Pointers, sorted by first array in non-decreasing order