wasi::wasi_snapshot_preview1

Function fd_datasync

Source
pub unsafe extern "C" fn fd_datasync(arg0: i32) -> i32
Expand description

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