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

Return a package’s keywords.

Safety

The argument must be a non-null Pkg pointer.