#[unsafe(no_mangle)]pub unsafe extern "C" fn pkgcraft_eapi_has( eapi: *const Eapi, s: *const c_char, ) -> bool
Check if an EAPI has a feature.
The arguments must be a non-null Eapi pointer and non-null string.