Parse an output type from its string name.
Declared in <outputtype.h>
<outputtype.h>
std::optional<OutputType> ParseOutputType(std::string_view str);
The parsed output type, or no value if unrecognized.