pub unsafe extern "C" fn SCIPcomputeArraysIntersectionPtr(
array1: *mut *mut c_void,
narray1: c_int,
array2: *mut *mut c_void,
narray2: c_int,
ptrcomp: Option<unsafe extern "C" fn(elem1: *mut c_void, elem2: *mut c_void) -> c_int>,
intersectarray: *mut *mut c_void,
nintersectarray: *mut c_int,
)Expand description
computes set intersection (duplicates removed) of two void-pointer arrays that are ordered ascendingly