//0x4 bytes (sizeof)
union _KSR_CAPABILITIES
{
ULONG PerennialDatabase:1; //0x0
ULONG SkipSubAllocator:1; //0x0
ULONG ExtendedNotifications:1; //0x0
ULONG Kseg0Vtl1Mappings64KBAligned:1; //0x0
ULONG Vtl1IsolatedDatabase:1; //0x0
ULONG Reserved:27; //0x0
ULONG AsULong; //0x0
};