pub type CallbackFuture<O> = Pin<Box<dyn Future<Output = O> + Send>>;
pub struct CallbackFuture<O> { /* private fields */ }