pkgcraft_pkg_eapi

Function pkgcraft_pkg_eapi 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_pkg_eapi( p: *mut Pkg<'_>, ) -> *const Eapi
Expand description

Return a package’s EAPI.

§Safety

The argument must be a non-null Pkg pointer.