RtlBootStatusItemInfo

__int64 __fastcall RtlBootStatusItemInfo(int a1, _DWORD *a2, _DWORD *a3){
  unsigned int v3; 

  v3 = 0;
  if( a1 < 0 || (unsigned int)a1 >= 0x12 )
  {
    return(unsigned int)-1073741811;
  }
  else
  {
    *a2 = RtlpBootStatusFields[a1];
    *a3 = HIDWORD(RtlpBootStatusFields[a1]);
  }
  return v3;
}

Referenced by:

PopBootStatGet
PopBootStatSet
RtlCheckBootStatusIntegrity
RtlpGetSetBootStatusData