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