pub fn rust_panic_without_hook(payload: Box<dyn Any + Send>) -> !
This is the entry point for resume_unwind. It just forwards the payload to the panic runtime.
resume_unwind