pub fn make_format_args(
    ecx: &mut ExtCtxt<'_>,
    efmt: P<Expr>,
    args: FormatArguments,
    append_newline: bool
) -> Result<FormatArgs, ()>