нужен порт скрипта из фатала до нла
local function vtable_thunk(_type, index)
local ffitype = ffi.typeof(_type)
return function (class, ...)
local this = ffi.cast("void***", class)
return ffi.cast(ffitype, this[0][index])(this, ...)
end
end
ffi.cdef[[
struct...