Calls ensure-value-is-string with ctx and state as the last two arguments.
Macro: ensure-value-is-string$
(defmacro ensure-value-is-string$ (x description error-erp error-val) (list 'ensure-value-is-string x description error-erp error-val 'ctx 'state))