Function pkgcraft::eapi::pkgcraft_eapi_hash

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

Return the hash value for an Eapi.

§Safety

The argument must be a non-null Eapi pointer.