pub type HasherWriteFn = for<'mem> unsafe fn(_: PtrMut<'mem>, _: &[u8]);
Function to write bytes to a hasher
The hasher_self parameter must be a valid pointer to a hasher
hasher_self