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