unsafe extern "C" fn rust_eh_personality_impl(
version: c_int,
actions: _Unwind_Action,
_exception_class: _Unwind_Exception_Class,
exception_object: *mut _Unwind_Exception,
context: *mut _Unwind_Context,
) -> _Unwind_Reason_Code
Expand description
Default personality routine, which is used directly on most targets and indirectly on Windows x86_64 and AArch64 via SEH.