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