sig
  val create :
    Gccjit.context ->
    ?loc:Gccjit.location -> string -> Gccjit.field list -> Gccjit.struct_
  val opaque :
    Gccjit.context -> ?loc:Gccjit.location -> string -> Gccjit.struct_
  val set_fields :
    ?loc:Gccjit.location -> Gccjit.struct_ -> Gccjit.field list -> unit
  val to_string : Gccjit.struct_ -> string
end