pub fn array_to_btree_map<'js>( ctx: &Ctx<'js>, array: Array<'js>, ) -> Result<BTreeMap<String, Coerced<String>>>