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