Macro Handler-Bind*

Part of:

package metabang.utilities
( handler-bind* < binds > &rest < body > )

Special handler-bind which allow two special control contructs
inside of the condition handlers. resume will resume execution
past the handler-bind*. retry will execute the code from body,
i.e. so you usually fix the problem and then call retry.