pub type EXCEPTION_ROUTINE = Option<unsafe extern "system" fn(exceptionrecord: *mut EXCEPTION_RECORD, establisherframe: *const c_void, contextrecord: *mut CONTEXT, dispatchercontext: *const c_void) -> EXCEPTION_DISPOSITION>;
Expand description

Required features: "Win32_System_Kernel", "Win32_Foundation", "Win32_System_Diagnostics_Debug"