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