pub fn from_iter<I: IntoIterator<Item = char>>( token: &impl GcToken, iter: I, ) -> Result<GcCString, I::IntoIter>