pub unsafe extern "C" fn SCIPsortedvecDelPosDownLongPtrRealRealIntBool(
longarray: *mut c_longlong,
ptrarray: *mut *mut c_void,
realarray: *mut f64,
realarray2: *mut f64,
intarray: *mut c_int,
boolarray: *mut c_uint,
pos: c_int,
len: *mut c_int,
)Expand description
delete the element at the given position from six joint arrays of Long/pointer/Real/Real/int/Bool, sorted by the first array in non-increasing order