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