FFI::Generator::Type
# File lib/generator/function.rb, line 5 def to_s case get_attr('type') when 'void' nil when 'v(...)' ':varargs' else super end end