void lua_setfield( ffi.Pointer<lua_State> L, int idx, ffi.Pointer<ffi.Char> k, ) { return _lua_setfield(L, idx, k); }