pub(crate) fn format_number_arg<'cx>( cx: &'cx Context, arg: &Value<'cx>, format: &str, index: &mut usize, output: &mut String, ) -> Result<()>