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

Return the hash value for a Eapi.

Safety

The argument must be a non-null Eapi pointer.