`fstatfs` takes as `AsFd`. It used to take `AsRawFd` in 0.26. That's fine, but `Dir` does not implement `AsFd`, requiring an unsafe BorrowedFd construction.