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