Format a path encoded as bytes for display as UTF-8. Returns a Formatter for the given path. The path will be converted to valid UTF-8 during formatting. This is a lossy conversion if the path contains any ill-formed UTF-8. Ill-formed UTF-8 byte sequences are replaced by the replacement character (U+FFFD) according to "U+FFFD Substitution of Maximal Subparts" from Chapter 3 of the Unicode standard, and as specified by https://encoding.spec.whatwg.org/#utf-8-decoder
pub const fmtAsUtf8Lossy = std.unicode.fmtUtf8
pub const fmtAsUtf8Lossy = std.unicode.fmtUtf8