UnhandledExceptionFilter

On Windows, it seems that protecting a function with VMProtect will prevent execution of the global UnhandledExceptionFilter (when an SEH exception is raised inside the protected function or any nested function.)
I’m guessing this is intentional. Is there a way to configure VMProtect to permit UnhandledExceptionFilter? Or is it always blocked when adding Virtualization/Mutation to a function?

Could you send us a test example that shows this problem?