Function signal_handler
pub(in ::sys::pal::unix::stack_overflow::imp) unsafe extern "C" fn signal_handler(signum: c_int, info: *mut siginfo_t, _data: *mut c_void)
SIGSEGV/SIGBUS entry point
Safety
Rust doesn't call this, it gets called.