pub fn fdatasync(fd: RawFd) -> Result<()>
#[cfg(any(target_os = "linux", target_os = "android", target_os = "emscripten", target_os = "illumos", target_os = "solaris"))]
Synchronize the data of a file
See also fdatasync(2)