pub type HashFnTyped<T> = for<'mem> fn(TypedPtrConst<'mem, T>, &mut dyn Hasher);
Function to hash a value