pub fn is_same_inode(a: &Path, b: &Path) -> bool
Check if two paths refer to the same file (same inode on Unix, same file index on Windows).