pub fn hash_map_stripped<'a, K: 'a + Hash, V: 'a + StrippedHash, H: Hasher>(
    map: impl 'a + IntoIterator<Item = (&'a K, &'a V)>,
    hasher: &mut H
)