Function pkgcraft::pkg::pkgcraft_pkg_cpv

source ·
#[no_mangle]
pub unsafe extern "C" fn pkgcraft_pkg_cpv(p: *mut Pkg<'_>) -> *mut Cpv
Expand description

Return a package’s CPV.

Safety

The argument must be a non-null Pkg pointer.