sig
  type t = Ctypes.c_object * int
  module H : Hashtbl.S
  val index : t -> H.key
  val prefix : string
  val basename : t -> string
  val location : t -> Lexing.position option
  val pp_title : Format.formatter -> t -> unit
  val pp_descr : Format.formatter -> t -> unit
end