pub type HashMap<K, V> = HashMap<K, V, DeterministicState>;
struct HashMap<K, V> { /* private fields */ }