pub unsafe extern "C" fn SCIPsortLongPtrInt(
    longarray: *mut c_longlong,
    ptrarray: *mut *mut c_void,
    intarray: *mut c_int,
    len: c_int
)
Expand description

sort of three arrays of Long/pointer/ints, sorted by the first array in non-decreasing order