pub fn set_windows_error_mode(_new_mode: u32) -> Result<u32>
Set the Windows process error mode (stub).
This stub is compiled on non-Windows targets and always returns Unsupported.
Unsupported