pub type RetryStrategy = Box<dyn Fn(&mut Messages, Option<&Metadata>, CallbackRetryContext) -> Pin<Box<dyn Future<Output = ()> + Send>> + Sync + Send>;
pub struct RetryStrategy(/* private fields */);