#[no_mangle] pub unsafe extern "C" fn pkgcraft_pkg_ebuild_keywords( p: *mut Pkg<'_>, len: *mut usize ) -> *mut *mut c_char
Return a package’s keywords.
The argument must be a non-null Pkg pointer.