pkgcraft_eapi_hash

Function pkgcraft_eapi_hash 

Source
#[unsafe(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.