Type Alias UnwindStopFn

Source
pub type UnwindStopFn = unsafe extern "C" fn(i32, UnwindAction, u64, *mut UnwindException, &mut UnwindContext<'_>, *mut c_void) -> UnwindReasonCode;