How do I check that the `fmt::ostream` from `fmt::output_file` is valid? (i.e. that the open succeeded) I can't find any docs on `fmt::output_file`, although [this issue](https://github.com/fmtlib/fmt/issues/2084) says they should be in the API docs. Thanks!