Function signal_handler

Source
unsafe extern "C" fn signal_handler(
    signum: c_int,
    info: *mut siginfo_t,
    _data: *mut c_void,
)
Expand description

SIGSEGV/SIGBUS entry point

§Safety

Rust doesn’t call this, it gets called.