void lua_rawsetp(ffi.Pointer<lua_State> L, int idx, ffi.Pointer<ffi.Void> p) { return _lua_rawsetp(L, idx, p); }