#[no_mangle] pub unsafe extern "C" fn pkgcraft_pkg_intersects_cpv( p: *mut Pkg<'_>, c: *mut Cpv, ) -> bool
Determine if a package intersects with a Cpv.
The arguments should be non-null pointers.