Creates a new LuaFuncWeak that references a function at index.
This function is a no-op and exists to make generic code easier to write.
This function is a no-op and exists to make generic code easier to write.
Binds this lua function into a statically typed wrapper.
A weak reference to a lua function that currently exists on the LUA stack.
Notes: As with all weak references, while they're marginally more efficient, they're harder to use, and their pop and push functions are no-ops.