set_windows_error_mode

Function set_windows_error_mode 

Source
pub fn set_windows_error_mode(_new_mode: u32) -> Result<u32>
Available on non-Windows only.
Expand description

Set the Windows process error mode (stub).

This stub is compiled on non-Windows targets and always returns Unsupported.