pub unsafe extern "C" fn SCIPsortedvecInsertLongPtr(
longarray: *mut c_longlong,
ptrarray: *mut *mut c_void,
keyval: c_longlong,
field1val: *mut c_void,
len: *mut c_int,
pos: *mut c_int,
)Expand description
insert a new element into two joint arrays of Long/pointer, sorted by the first array in non-decreasing order