Recognizer for maybe-byte-list20 structures.
(maybe-byte-list20p x) → *
Function:
(defun maybe-byte-list20p (x) (declare (xargs :guard t)) (let ((__function__ 'maybe-byte-list20p)) (declare (ignorable __function__)) (cond ((not x) (b* nil t)) (t (b* ((fty::val x)) (byte-list20p fty::val))))))