pub unsafe extern "C" fn fd_filestat_set_times(
    arg0: i32,
    arg1: i64,
    arg2: i64,
    arg3: i32
) -> i32
Expand description

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