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