sig
  type t
  val self_internal : State.t Stdlib.ref
  val self_external : State.t Stdlib.ref
  val compute : (Cil_types.kernel_function -> unit) Stdlib.ref
  val get_internal : (Cil_types.kernel_function -> Db.INOUTKF.t) Stdlib.ref
  val get_external : (Cil_types.kernel_function -> Db.INOUTKF.t) Stdlib.ref
  val display :
    (Stdlib.Format.formatter -> Cil_types.kernel_function -> unit) Stdlib.ref
  val pretty : Stdlib.Format.formatter -> Db.INOUTKF.t -> unit
end