pub fn same_file_fd(fd1: i32, fd2: i32) -> Result<bool, Error>
Check whether two file descriptors refere to same file in filesystem.