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