pub fn push_closure<T: Closure>(lua: *mut LuaState, context: c_int, value: T)
Pushes a new closure onto the stack.
The closure will be owned by the Context at the specified index.
Context
index