pub fn enum_hash<TEnum: Enum>(value: &TEnum) -> Option<u64>
Returns the u64 hash of the given enum.
u64