pub unsafe fn fd_datasync(fd: Fd) -> Result<(), Errno>
Expand description

Synchronize the data of a file to disk. Note: This is similar to fdatasync in POSIX.