pub unsafe fn grow_stack(lstate: *mut lua_State, n: c_int)
Does nothing if the stack is already taller than n, grows the stack height to n by adding nils if it’s not.
n
nil