// // GetStringTypeW from 0x18013d8bc to 0x18013d8c3 (7 bytes) // // 1 xrefs: // > iswctype @ 0x180136b73 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // // attributes: thunk BOOL __stdcall GetStringTypeW(DWORD dwInfoType, LPCWCH lpSrcStr, int cchSrc, LPWORD lpCharType) { return __imp_GetStringTypeW(dwInfoType, lpSrcStr, cchSrc, lpCharType); }