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