pub type PutCallback = Arc<dyn Fn(PutEvent) -> Pin<Box<dyn Future<Output = Result<bool, Box<dyn Error + Send + Sync>>> + Send + Sync>> + Send + Sync>;
pub struct PutCallback { /* private fields */ }