pub unsafe fn fstat(dirfd: RawFd) -> Result<Stat, Errno>
Call crate::fstatat on the dirfd directory file descriptor
dirfd
This function is marked as unsafe because directory file descriptor (dirfd) cannot be checked.