CET is one of the low-level [security mitigations](https://github.com/dotnet/designs/blob/main/accepted/2021/runtime-security-mitigations.md). It is supported on CoreCLR, but not on native AOT. We need to port the support from CoreCLR to native AOT (and test it that it works). (Context https://github.com/dotnet/runtime/pull/101891#issuecomment-2096788578)