pub fn collect_btree<'a>( items: impl IntoIterator<Item = (&'a str, &'a str)> + 'a, ) -> Option<BTreeMap<String, String>>