Get the number of columns in the frames array.
Logical definition:
Function: framesl-ncols
(defun framesl-ncols (framesl-arr2) (declare (xargs :guard (framesl-arr2-wfp framesl-arr2))) (stobjs::2darr->ncols framesl-arr2))