pub fn realpath(
    path: impl AsRef<Path>,
    cwd: impl AsRef<Path>
) -> Result<PathBuf, Error>