In some place of the code, I use my variable to reference the table (that is, its identity):
local defines = ffi.lcpp_defs However, the library each time creates a new table with the same name. In turn, the local defines still refers to the old table (identity). How to make a link to the name of the table?