pub type PFN_WER_RUNTIME_EXCEPTION_DEBUGGER_LAUNCH = Option<unsafe extern "system" fn(pcontext: *const c_void, pexceptioninformation: *const WER_RUNTIME_EXCEPTION_INFORMATION, pbiscustomdebugger: *mut BOOL, pwszdebuggerlaunch: PWSTR, pchdebuggerlaunch: *mut u32, pbisdebuggerautolaunch: *mut BOOL) -> HRESULT>;
Expand description

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