- m.doEvilThingsWith(1) has one parameter and ac's value in c is one
- m.doEvilThingsWith(this.patcher) has one parameter but ac's value in c is two, is this intended or am I missing something?
Here you have the whole example
When I uncomment the line after BOOM, it crashes because I am not correctly getting the pointer to the patcher, any ideas on how to achieve that?
See below the relevant c code part.