pub unsafe fn lua_newuserdata(L: *mut lua_State, size: usize) -> *mut c_void
Creates a new userdata of the given size and pushes it onto the stack.