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

TODO