pub async fn initialize( component: &[u8], initialize: impl FnOnce(Vec<u8>) -> BoxFuture<'static, Result<Box<dyn Invoker>>>, ) -> Result<Vec<u8>>