Moves the top element into the given valid index, shifting up the elements above this index to open space. Cannot be called with a pseudo-index, because a pseudo-index is not an actual stack position.
[Visual Basic] Public Shared Sub lua_insert( _ ByVal L As IntPtr, _ ByVal idx As Integer _ )
[C#] public static void lua_insert( IntPtrL, intidx );