Function pkgcraft::pkg::ebuild::pkgcraft_pkg_ebuild_inherit
source · #[no_mangle]
pub unsafe extern "C" fn pkgcraft_pkg_ebuild_inherit(
p: *mut Pkg<'_>,
len: *mut usize,
) -> *mut *mut c_charExpand description
Return a package’s directly inherited eclasses.
§Safety
The argument must be a non-null Pkg pointer.