Function std::panicking::__rust_drop_panic
source · extern "C" fn __rust_drop_panic() -> !
Expand description
This function is called by the panic runtime if FFI code catches a Rust panic but doesn’t rethrow it. We don’t support this case since it messes with our panic count.