pub unsafe fn lua_insert(l: *mut State, idx: c_int)
Equivalent to the lua_insert C macro.
lua_insert
l must be a valid pointer to a Lua state.
l