sig
  type t =
      [ `Debug
      | `None
      | `Pause
      | `Poweroff
      | `Reset
      | `Shutdown
      | `Unknown of int ]
  val to_string : Libvirt.Event.Watchdog.t -> string
end