pub unsafe extern "C" fn options_set_system_crash_reporter_enabled(
    opts: *mut Options,
    enabled: c_int
)
Expand description

Enables forwarding to the system crash reporter. Disabled by default.

This setting only has an effect when using Crashpad on macOS. If enabled, Crashpad forwards crashes to the macOS system crash reporter. Depending on the crash, this may impact the crash time. Even if enabled, Crashpad may choose not to forward certain crashes.