pub fn isAbsoluteWindows(path: []const u8) bool
pub fn isAbsoluteWindows(path: []const u8) bool { return isAbsoluteWindowsImpl(u8, path); }