Calls ensure-function-has-args with ctx and state as the last two arguments.
Macro: ensure-function-has-args$
(defmacro ensure-function-has-args$ (fn description error-erp error-val) (list 'ensure-function-has-args fn description error-erp error-val 'ctx 'state))