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