pub fn dirnameWindows(path: []const u8) ?[]const u8
pub fn dirnameWindows(path: []const u8) ?[]const u8 { return dirnameInner(.windows, path); }