NTSTATUS __stdcall wcstol(WCHAR *nptr, WCHAR **endptr, INT64 ibase){
INT64 v4;
INT64 v5;
LODWORD(v5) = 0;
LODWORD(v4) = 0;
return wcstoxlX(
(localeinfo_struct *)&_initiallocalestructinfo,
nptr,
(const WCHAR **)endptr,
(unsigned int)ibase,
v4,
v5);
}