`intrin.h` (Clang-CL) `wdm.h` (Windows Driver Kit) conflict types error Clang `intrin.h` ```hpp unsigned long __readcr8(void); ``` Microsoft `wdm.h` ```hpp _IRQL_requires_max_(HIGH_LEVEL) _IRQL_saves_ ULONG64 __readcr8 ( VOID ); ```