pub fn rust_panic_without_hook(payload: Box<dyn Any + Send>) -> !
Expand description

This is the entry point for resume_unwind. It just forwards the payload to the panic runtime.