Function pkgcraft::pkg::ebuild::pkgcraft_pkg_ebuild_restrict

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

Return a package’s RESTRICT.

§Safety

The argument must be a non-null Pkg pointer.