pub fn WindowsPath2(comptime T: type) type
pub fn WindowsPath2(comptime T: type) type { return struct { kind: Win32PathType, root: []const T, }; }