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