pub type BTreeMapMutChain<'h, K, V> = Chain<&'h mut BTreeMap<K, V>>;
struct BTreeMapMutChain<'h, K, V> { /* private fields */ }