pcase-let*
pcase-let* is an autoloaded Lisp macro in `pcase.el
'.
(pcase-let* BINDINGS &rest BODY)
Like `let*' but where you can use `pcase' patterns for bindings.
BODY should be an expression, and BINDINGS should be a list of bindings
of the form (UPAT EXP).