pub fn panic_fmt_with_message(panic_info: &PanicInfo<'_>) -> !
Panic handler that formats and sends the original message.
Mostly used for debugging, the additional code is normally not deemed to be worth it.