pkgcraft_pkg_ebuild_inherit

Function pkgcraft_pkg_ebuild_inherit 

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

Return a package’s directly inherited eclasses.

§Safety

The argument must be a non-null Pkg pointer.