Function pkgcraft::pkg::pkgcraft_pkg_restrict

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

Return the restriction for a package.

§Safety

The argument must be a non-null Pkg pointer.