type HostFuture = Pin<Box<dyn Future<Output = Result<Vec<Value>, RuntimeError>> + 'static>>;
#[repr(transparent)]struct HostFuture { /* private fields */ }