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