struct _GUID {
   unsigned long Data1 ;
};

int main(){
  struct _GUID  const  GUID_PARALLEL_DEVICE  =    {1U};
}

