ffi.Pointer<ffi.Void> luaL_checkudata( ffi.Pointer<lua_State> L, int ud, ffi.Pointer<ffi.Char> tname, ) { return _luaL_checkudata( L, ud, tname, ); }