iswdigit

NTSTATUS __stdcall iswdigit(UINT16 c){
  return iswctype(c, 4u);
}

Referenced by:

PfSnParsePrefetchParam