pub unsafe extern "C-unwind" fn lua_createtable( L: *mut lua_State, narr: c_int, nrec: c_int, )
Creates a new table of the given size and pushes it onto the stack.