pub type NativeTransportInstallFuture = Pin<Box<dyn Future<Output = Result<Box<dyn Any + Send + Sync>, String>> + Send>>;
pub struct NativeTransportInstallFuture { /* private fields */ }