public static void FreeThunk(object thunksHeap, IntPtr thunkAddress) { RuntimeImports.RhFreeThunk(thunksHeap, thunkAddress); }