How do I do the equivalent of  "myMethod(arg1, arg2, &proc)" from the C
API?

Or "myMethod(arg1, arg2) { doSomething }" ?

Is there a rough equivalent of rb_scan_args for use with rb_funcall?

Thanks,

avi