cl-letf*
cl-letf* is an autoloaded Lisp macro in `cl-macs.el
'.
(cl-letf* BINDINGS &rest BODY)
Temporarily bind to PLACEs.
Like `cl-letf' but where the bindings are performed one at a time,
rather than all at the end (i.e. like `let*' rather than like `let').