sig
  val pp_loc : Format.formatter -> Cil_types.location -> unit
  val pp_stmt : Format.formatter -> Cil_types.stmt -> unit
  val pp_kinstr : Format.formatter -> Cil_types.kinstr -> unit
  val pp_idpred : Format.formatter -> Cil_types.identified_predicate -> unit
  val pp_froms :
    Format.formatter -> Cil_types.identified_term Cil_types.from list -> unit
  val pp_for : Format.formatter -> string list -> unit
  val pp_bhv : Format.formatter -> Cil_types.funbehavior -> unit
  val pp_property : Format.formatter -> Property.t -> unit
  type kf = [ `Always | `Context of Cil_types.kernel_function | `Never ]
  val pp_localized :
    kf:Description.kf -> ki:bool -> Format.formatter -> Property.t -> unit
end