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