pub type ErrorBox = Box<dyn Error>;
Error type, return it from your callbacks.
struct ErrorBox(/* private fields */);