pub const MAX_PANIC_MSG_LEN: usize = 32768;
The maximum length of panic messages (in bytes), after which the message is truncated.