[][src]Function wasi::wasi_snapshot_preview1::fd_filestat_set_times

pub unsafe extern "C" fn fd_filestat_set_times(
    fd: Fd,
    atim: Timestamp,
    mtim: Timestamp,
    fst_flags: Fstflags
) -> Errno

Adjust the timestamps of an open file or directory. Note: This is similar to futimens in POSIX.