#[no_mangle]
pub unsafe extern "C" fn pkgcraft_ebuild_pkg_inherit(
p: *mut EbuildPkg<'_>,
len: *mut usize
) -> *mut *mut c_charExpand description
Return a package’s directly inherited eclasses.
Safety
The argument must be a non-null EbuildPkg pointer.