lib LibC struct Point x, y : Int32 end end point = LibC::Point.new point.x = 320 point.y = 200