You can simply do this (the actual FFI call might be wrong, it's been a while):
(c-lambda (ptr) void "[___arg1 sendThisMessage:1];")
You can literally code Obj-C straight into it.
You can simply do this (the actual FFI call might be wrong, it's been a while):
(c-lambda (ptr) void "[___arg1 sendThisMessage:1];")
You can literally code Obj-C straight into it.