# File lib/ffi/union.rb, line 26
    def self.builder
      b = StructLayoutBuilder.new
      b.union = true
      b
    end