|
> Lua cannot represent or use a generic function pointer on the Lua> side (other than as a void pointer), [...]
Lua 5.2 can, with a light C function. (Of course, you should never expose
that value to any Lua code that could try to call it.)
-- Roberto