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