Cons-count-bounded
Count the number of conses (up to a limit)
The call (cons-count-bounded x) returns the number of cons
nodes in x (without accounting for sharing), but truncated above by the
value of (fn-count-evg-max-val), which is 200,000 as of this
writing.