//0x18 bytes (sizeof)
struct wil_details_FeatureDescriptor
{
union wil_details_FeatureStateCache* featureStateCache; //0x0
ULONG featureId; //0x8
UCHAR changeTime; //0xc
UCHAR isAlwaysDisabled; //0xd
UCHAR isAlwaysEnabled; //0xe
UCHAR isEnabledByDefault; //0xf
struct wil_details_FeatureDescriptor** requiresFeatures; //0x10
};