Function sentry_contrib_native_sys::reinstall_backend[][src]

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

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.