pub fn readlinkat<P>(dirfd: i32, path: &P) -> Result<OsString, Errno> where
    P: NixPath + ?Sized