sig
  type t = [ `Added | `Unknown of int | `Updated ]
  val to_string : Libvirt.Event.Defined.t -> string
end