pub fn suppress_windows_error_dialogs_for_process() -> Result<u32>Available on non-Windows only.
Expand description
Suppress common Windows error dialogs for the current process (stub).
This stub is compiled on non-Windows targets and always returns Unsupported.