pub fn is_windows_absolute_path(path: &str) -> bool
Check whether a string is a Windows absolute path (e.g., C:\... or C:/...).
C:\...
C:/...