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