module Struct:sig
..end
val create : Gccjit.context ->
?loc:Gccjit.location -> string -> Gccjit.field list -> Gccjit.struct_
val opaque : Gccjit.context -> ?loc:Gccjit.location -> string -> Gccjit.struct_
Gccjit.Struct.set_fields
.val set_fields : ?loc:Gccjit.location -> Gccjit.struct_ -> Gccjit.field list -> unit
This can only be called once on a given struct type.
val to_string : Gccjit.struct_ -> string