pub type RetryCallback = Box<dyn Fn(RetryEvent) + Sync + Send>;
Callback type for retry notifications
pub struct RetryCallback(/* private fields */);