Function pkgcraft_pkg_restrict
Source #[unsafe(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.