sig
  type t = Cil_types.varinfo
  val define : t -> unit
  val get_definition : t -> D.F.pred Formula.declaration
  val on_definition : (t -> D.F.pred Formula.declaration -> unit) -> unit
end