pub unsafe extern "C" fn SCIPsortIntIntPtrPtrInterval(
intarray1: *mut c_int,
intarray2: *mut c_int,
ptrarray: *mut *mut c_void,
ptrarray2: *mut *mut c_void,
intervalarray: *mut SCIP_INTERVAL,
len: c_int,
)Expand description
sort of five joint arrays of ints/ints/pointers/pointers/pointers sorted by first array in non-decreasing order