#[no_mangle]
pub unsafe extern "C" fn pkgcraft_eapi_as_str(
    eapi: *const Eapi
) -> *mut c_char
Expand description

Return an EAPI’s identifier.

Safety

The arguments must be a non-null Eapi pointer.