Calls ensure-symbol-not-keyword with ctx and state as the last two arguments.
Macro: ensure-symbol-not-keyword$
(defmacro ensure-symbol-not-keyword$ (symb description error-erp error-val) (list 'ensure-symbol-not-keyword symb description error-erp error-val 'ctx 'state))