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