pub unsafe extern "C" fn SCIPsortedvecInsertInd(
indarray: *mut c_int,
indcomp: Option<unsafe extern "C" fn(dataptr: *mut c_void, ind1: c_int, ind2: c_int) -> c_int>,
dataptr: *mut c_void,
keyval: c_int,
len: *mut c_int,
pos: *mut c_int,
)Expand description
insert a new element into an index array in non-decreasing order