pub unsafe extern "C" fn reinstall_backend() -> c_int
Expand description

Re-initializes the Sentry backend.

This is needed if a third-party library overrides the previously installed signal handler. Calling this function can be potentially dangerous and should only be done when necessary.

Returns 0 on success.