pub fn hash_map_stripped<K, V, H>(
    map: &HashMap<K, V, RandomState>,
    hasher: &mut H
)where
    K: Hash,
    V: StrippedHash,
    H: Hasher,