#[no_mangle] pub unsafe extern "C" fn pkgcraft_pkg_restrict( p: *mut Pkg<'_> ) -> *mut Restrict
Return the restriction for a package.
The argument must be a non-null Pkg pointer.