pub unsafe extern "C" fn SCIPsortLongPtrRealRealIntBool(
longarray: *mut c_longlong,
ptrarray: *mut *mut c_void,
realarray: *mut f64,
realarray2: *mut f64,
intarray: *mut c_int,
boolarray: *mut c_uint,
len: c_int,
)Expand description
sort of six arrays of Long/pointer/Real/Real/int/Bool, sorted by the first array in non-decreasing order