//! Defines an alias for the type returned by `std::panic::catch_unwind`.
// All of this module is `pub(crate)` and should not appear in the C header file
// or documentation.
use crateErrorMsg;
use Any;
/// The error type returned by `std::panic::catch_unwind`.
pub type AnyError = ;
/// An extension trait for extracting an error message out of an `AnyError`.
pub