sig
  type t =
      [ `Dev_null
      | `Do_not_redirect
      | `File_append of string
      | `File_truncate of string ]
end