local ffi = require("ffi") ffi.cdef[[ void free(void *ptr); typedef uint32_t entity_id_t; typedef bool entity_t; typedef struct { bool _alive; int x; int y; } test_t; ]]