sig
  type t = Cil_types.varinfo
  val define : t -> unit
  val get_definition : t -> F.decl
  val on_definition : (t -> F.decl -> unit) -> unit
end