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