Right, the answer is no, because each call needs a direct target
to hit, so that it can call the right stub.
> To get around it, I can just create a C function which takes the
> function pointer and arguments as arguments, but I'm wondering if
> there's a better way.
That sounds like an excellent way.
Russ