pub unsafe extern "C-unwind" fn lua_gc( L: *mut lua_State, what: lua_GCOp, data: c_int, ) -> c_int
Performs a garbage collection operation.
These operations are defined and documented in lua_GCOp.
lua_GCOp