pub type BlockFuture = Pin<Box<dyn Future<Output = ()>>>;
#[repr(transparent)]pub struct BlockFuture { /* private fields */ }