pub(crate) fn format_value_args<'cx>( cx: &'cx Context, args: impl Iterator<Item = &'cx Value<'cx>>, ) -> impl Iterator<Item = FormatArg<'cx>>