wil_details_FeatureStateCache_GetCachedFeatureEnabledState

INT64 __fastcall wil_details_FeatureStateCache_GetCachedFeatureEnabledState(
        volatile INT32 *a1,
        const wil_details_FeatureDescriptor *a2){
  if( (*a1 & 1) != 0 )
    return *(unsigned int *)a1;
  else
    return wil_details_FeatureStateCache_ReevaluateCachedFeatureEnabledState(a1, *(unsigned int *)a1, a2);
}

Referenced by:

Feature_Servicing_2206c_38536160__private_IsEnabled
Feature_Servicing_2207c_QxS0Irp__private_IsEnabled
Feature_Servicing_37028738__private_IsEnabled
Feature_Servicing_39887415__private_IsEnabled
Feature_Servicing_AdtpBuildAccessReasonAuditString_CrashFix__private_IsEnabled
Feature_Servicing_SetVadPageSize__private_IsEnabled
Feature_SleepReliabilityDetailedDiagnostics__private_IsEnabled
wil_details_GetCurrentFeatureEnabledState