cl-load-time-value
cl-load-time-value is an autoloaded Lisp macro in `cl-macs.el
'.
(cl-load-time-value FORM &optional READ-ONLY)
Like `progn', but evaluates the body at load time.
The result of the body appears to the compiler as a quoted constant.