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