pub fn call_future( caller: &ModuleCaller, module: String, method: String, args: Vec<u8>, ) -> Pin<Box<dyn Future<Output = Result<Vec<u8>>> + Send + '_>>