pub fn is_same_file_allow_missing(left: &Path, right: &Path) -> Option<bool>
Attempt to check if the two paths refer to the same file.
Returns Some(true) if the files are missing, but would be the same if they existed.
Some(true)