fn WindowsUNC(comptime T: type) type
fn WindowsUNC(comptime T: type) type { return struct { server: []const T, sep_after_server: bool, share: []const T, sep_after_share: bool, }; }