pub fn same_filesystem(a: &Path, b: &Path) -> bool
Whether two paths live on the same filesystem (device id compare on Unix). On Windows we compare the volume prefix as a best-effort heuristic.