Function panic_nounwind_fmt
const fn panic_nounwind_fmt(fmt: fmt::Arguments<'_>, force_no_backtrace: bool) -> never
Like panic_fmt, but for non-unwinding panics.
Has to be a separate function so that it can carry the rustc_nounwind attribute.