Function drop_handler
pub unsafe fn drop_handler(data: *mut c_void)
Safety
Must be called
- only with our handler or nullptr
- only when done with our altstack This disables the alternate signal stack!
drop_handlerpub unsafe fn drop_handler(data: *mut c_void)
Must be called