pkgcraft_pkg_ebuild_masked

Function pkgcraft_pkg_ebuild_masked 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_pkg_ebuild_masked( p: *mut Pkg<'_>, ) -> bool
Expand description

Return a package’s masked status.

§Safety

The argument must be a non-null Pkg pointer.