Function pkgcraft::atom::version::pkgcraft_version_hash
source · #[no_mangle]
pub unsafe extern "C" fn pkgcraft_version_hash(
version: *mut AtomVersion
) -> u64Expand description
Return the hash value for a version.
Safety
The version argument should be a non-null Version pointer received from pkgcraft_version().