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