// // __acrt_locale_release_lc_time_reference from 0x18013c3fc to 0x18013c421 (37 bytes) // // 1 xrefs: // > __acrt_release_locale_ref @ 0x18013c4c2 // // 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 // __int64 __fastcall _acrt_locale_release_lc_time_reference(__int64 a1) { if ( !a1 || (_UNKNOWN **)a1 == &off_180174BA0 ) return 0x7FFFFFFF; else return (unsigned int)_InterlockedDecrement((volatile signed __int32 *)(a1 + 348)); }