pub unsafe extern "system" fn SetThreadErrorMode(
    dwnewmode: THREAD_ERROR_MODE,
    lpoldmode: *const THREAD_ERROR_MODE
) -> BOOL
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"