RtlEnumRvaListFirst

INT64 __fastcall RtlEnumRvaListFirst(INT64 a1, UINT64 *a2, _DWORD *a3){
  INT64 result; 
  *a2 = 0i64;
  *((_DWORD *)a2 + 2) = 0;
  result = **(unsigned int **)(a1 + 16);
  *(_DWORD *)a2 = result;
  *((_DWORD *)a2 + 2) = 4;
  if( a3 )
  {
    *a3 = RtlGetRvaListIteratorState(a1, (INT64)a2);
    return *(unsigned int *)a2;
  }
  return result;
}

Referenced by:

MiCopyToCfgBitMap
MiUpdateCfgSystemWideBitmapWorker