How to invoke objc_msgSend?

Hi

How to invoke various objc_msgSend ?

In RoboVM there were a java native method bound for it, are there something similar in MOE ?
Thanks

objc_msgSend is currently not included in the bindings. You could try generating a binding e.g. for #include <objc/message.h> in your app.