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