pub type _Unwind_Stop_Fn = Option<unsafe extern "C" fn(arg1: c_int, arg2: _Unwind_Action, arg3: _Unwind_Exception_Class, arg4: *mut _Unwind_Exception, arg5: *mut _Unwind_Context, arg6: *mut c_void) -> _Unwind_Reason_Code>;Aliased Type§
pub enum _Unwind_Stop_Fn {
None,
Some(unsafe extern "C" fn(i32, u32, u64, *mut _Unwind_Exception, *mut _Unwind_Context, *mut c_void) -> u32),
}