pub fn basenameWindows(path: []const u8) []const u8
pub fn basenameWindows(path: []const u8) []const u8 { return basenameInner(.windows, path); }