-- @/=[C]:-1
function cdef(...)
ffi.cdef([[
struct radar_return_t {
if ffi then
ffi.cdef("int ImGuiInputTextCallbackLua(const void* data);")
end
if not definedStructs[protocol.name] then
ffi.cdef("typedef struct "..protocol.structName.." {\n"..protocol.module.getStructDefinition().."} "..protocol.structName..";")
definedStructs[protocol.name] = true