pub unsafe extern "C" fn SCIPsortedvecInsertDownLongPtrPtrBoolInt(
longarray: *mut c_longlong,
ptrarray1: *mut *mut c_void,
ptrarray2: *mut *mut c_void,
boolarray: *mut c_uint,
intarray: *mut c_int,
keyval: c_longlong,
field1val: *mut c_void,
field2val: *mut c_void,
field3val: c_uint,
field4val: c_int,
len: *mut c_int,
pos: *mut c_int,
)Expand description
insert a new element into five joint arrays of Long/pointer/pointer/Bool/ints, sorted by first array in non-increasing order