Type Alias PersonalityRoutine

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