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