sig
  type t = SlicingTypes.sl_fct_slice
  val dyn_t : Api.Slice.t Type.t
  val create : Cil_types.kernel_function -> Api.Slice.t
  val remove : Api.Slice.t -> unit
  val remove_uncalled : unit -> unit
  val get_all : Cil_types.kernel_function -> Api.Slice.t list
  val get_function : Api.Slice.t -> Cil_types.kernel_function
  val get_callers : Api.Slice.t -> Api.Slice.t list
  val get_called_slice : Api.Slice.t -> Cil_types.stmt -> Api.Slice.t option
  val get_called_funcs :
    Api.Slice.t -> Cil_types.stmt -> Cil_types.kernel_function list
  val get_mark_from_stmt : Api.Slice.t -> Cil_types.stmt -> Api.Mark.t
  val get_mark_from_label :
    Api.Slice.t -> Cil_types.stmt -> Cil_types.label -> Api.Mark.t
  val get_mark_from_local_var :
    Api.Slice.t -> Cil_types.varinfo -> Api.Mark.t
  val get_mark_from_formal :
    Api.Slice.t -> Cil_datatype.Varinfo.t -> Api.Mark.t
  val get_user_mark_from_inputs : Api.Slice.t -> Api.Mark.t
  val get_num_id : Api.Slice.t -> int
  val from_num_id : Cil_types.kernel_function -> int -> Api.Slice.t
  val pretty : Stdlib.Format.formatter -> Api.Slice.t -> unit
end