pub fn array_to_hash_map<'js>( ctx: &Ctx<'js>, array: Array<'js>, ) -> Result<HashMap<String, String>>