class FFI::StructByValue

def initialize(struct_class)

def initialize(struct_class)
  super("struct #{struct_class.to_s.gsub('::', '_')}")
end