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