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

Return a package’s REQUIRED_USE.

Returns NULL on nonexistence.

Safety

The argument must be a non-null Pkg pointer.