#[no_mangle]
pub unsafe extern "C" fn pkgcraft_atom_hash(atom: *mut Atom) -> u64
Expand description

Return the hash value for an atom.

Safety

The argument must be a non-null Atom pointer.