Function pkgcraft::eapi::pkgcraft_eapi_metadata_keys
source · #[no_mangle]
pub unsafe extern "C" fn pkgcraft_eapi_metadata_keys(
eapi: *const Eapi,
len: *mut usize
) -> *mut *mut c_charExpand description
Return the array of metadata keys for an Eapi.
§Safety
The argument must be a non-null Eapi pointer.