sig
  type t =
      [ `Crashed
      | `Destroyed
      | `Failed
      | `FromSnapshot
      | `Migrated
      | `Saved
      | `Shutdown
      | `Unknown of int ]
  val to_string : Libvirt.Event.Stopped.t -> string
end