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