class FFI::Exporter

def initialize(mod)

def initialize(mod)
  @mod = mod
  @functions = []
  @callbacks = {}
  @structs = []
end