pub fn hash64<T>(v: &T) -> u64where T: Hash + ?Sized,
A convenience function for when you need a quick 64-bit hash.