pub trait HostFunctionCallback { // Required method fn dispatch_host_call(&mut self, args: HostArgs); }