pub fn hash_as_bytes<T, H>(value: &T, hasher: &mut H)where T: Pod, H: Hasher,
Performs hashing of a sized value by interpreting it as raw memory.