Function pkgcraft::eapi::pkgcraft_eapi_has

source ·
#[no_mangle]
pub unsafe extern "C" fn pkgcraft_eapi_has(
    eapi: *const Eapi,
    s: *const c_char,
) -> bool
Expand description

Check if an EAPI has a feature.

§Safety

The arguments must be a non-null Eapi pointer and non-null string.