Function pkgcraft::pkg::ebuild::pkgcraft_pkg_ebuild_keywords

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

Return a package’s keywords.

§Safety

The argument must be a non-null Pkg pointer.