pub type HashFnTyped<T> = for<'mem> fn(&'mem T, PtrMut<'mem>, for<'mem> unsafe fn(PtrMut<'mem>, &[u8]));
Function to hash a value