Function faccessat
fn faccessat<Fd: std::os::fd::AsFd, P: ?Sized + NixPath>(dirfd: Fd, path: &P, mode: AccessFlags, flags: AtFlags) -> Result<()>
Checks the file named by dirfd and path for accessibility according to
the flags given by mode