@convention(block)
The implementation of `withoutActuallyEscaping` for `@convention(block)` functions cannot verify at runtime that the function did not actually escape. Diagnose this as unsafe code under strict memory safety checking. Fixes rdar://139994149.