pub unsafe extern "C" fn SCIPsortedvecDelPosLongPtrRealBool(
    longarray: *mut c_longlong,
    ptrarray: *mut *mut c_void,
    realarray: *mut f64,
    boolarray: *mut c_uint,
    pos: c_int,
    len: *mut c_int
)
Expand description

delete the element at the given position from four joint arrays of Long/pointer/Real/Bool, sorted by the first array in non-decreasing order