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

Get an EAPI from its identifier.

Returns NULL on error.

Safety

The argument must be a non-null string.