pub fn hash(s: &str) -> u64
Hash a string using FNV-1a algorithm
This matches the behavior of the C++ hash_ function in string_hash.h
s
The 64-bit hash value