Type Alias unwinding::abi::UnwindStopFn

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