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