#pragma once #define WIN32_NO_STATUS #include #include #undef WIN32_NO_STATUS #include namespace native::structs { typedef PVOID (NTAPI* MmGetSystemRoutineAddress_t)(PUNICODE_STRING); }