// // mbtowc from 0x18013741c to 0x180137424 (8 bytes) // // 2 xrefs: // > write_double_translated_ansi_nolock @ 0x18013fc8c // > write_double_translated_ansi_nolock @ 0x18013fcaa // // 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 // int __cdecl mbtowc(wchar_t *DstCh, const char *SrcCh, size_t SrcSizeInBytes) { return mbtowc_l(DstCh, SrcCh, SrcSizeInBytes, nullptr); }