pub const DEFAULT_PANIC_ACTION: PanicAction;Expand description
The default action to take on a kernel panic
This value should be zero in the PanicAction definition to avoid moving
structs which statically initialize this from .bss to .data; this is checked by the
const assert after this declaration