sig
  val create :
    Gccjit.context ->
    ?loc:Gccjit.location -> Gccjit.type_ -> string -> Gccjit.param
  val to_string : Gccjit.param -> string
end