pub unsafe extern "C" fn SCIPsortedvecDelPosLongPtr(
longarray: *mut c_longlong,
ptrarray: *mut *mut c_void,
pos: c_int,
len: *mut c_int,
)Expand description
delete the element at the given position from two joint arrays of Long/pointer, sorted by the first array in non-decreasing order