fn fdatasync(fd: fd_t) SyncError!void
Write all pending file contents for the specified file descriptor to the underlying filesystem, but not necessarily the metadata.
fd: fd_t,