towupper

UINT16 __stdcall towupper(UINT16 c){
  return(unsigned __int16)RtlUpcaseUnicodeChar(c);
}

Referenced by:

PfSnParametersVerify