local F = {} local function tostrType(t) end --- Output the given text as-is to the generated file. function F:Write(chunk) -- TODO end function F:WriteFuncDecl(func_name, ret, arg) -- Write to output as a C function declaration -- TODO end