Declares that all known uses of call-with-current-continuation
use non-winding semantics. So any invocation of captured continuations
will not execute any pending before- or after-thunks. This means that
the following forms should be used with care, since they expand into or
call dynamic-wind:
critical-section
dynamic-wind
fluid-let
with-exception-handler
handle-exceptions
condition-case