pub type OpaqueError = Box<dyn Error + Send + Sync + 'static>;
pub struct OpaqueError(/* private fields */);