Recognizer for funcall-option structures.
(funcall-optionp x) → *
Function:
(defun funcall-optionp (x) (declare (xargs :guard t)) (let ((__function__ 'funcall-optionp)) (declare (ignorable __function__)) (cond ((not x) (b* nil t)) (t (b* ((fty::val x)) (funcallp fty::val))))))