#[no_mangle]
pub unsafe extern "C" fn pkgcraft_version_hash(
    v: *mut AtomVersion
) -> u64
Expand description

Return the hash value for a version.

Safety

The version argument should be a non-null Version pointer.