pub fn fdatasync<Fd: AsFd>(fd: Fd) -> Result<()>
Synchronize the data of a file
See also fdatasync(2)