// // FMOD_OS_CriticalSection_TryEnter from 0x1800c0ce0 to 0x1800c0cfe (30 bytes) // // 2 xrefs: // > @ 0x180194348 // > @ 0x1801fdb24 // // 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 FMOD_OS_CriticalSection_TryEnter(struct _RTL_CRITICAL_SECTION *a1, _BYTE *a2) { *a2 = TryEnterCriticalSection(a1); return 0; }