pub unsafe extern "C-unwind" fn lua_setuserdatatag( L: *mut lua_State, idx: c_int, tag: c_int, ) -> c_int
Sets the tag of a userdata at the given index.