pub type MainFuture = Pin<Box<dyn Future<Output = Result<(), NonZeroUsize>> + 'static>>;
pub struct MainFuture { /* private fields */ }