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