[][src]Function wasi_common::old::snapshot_0::hostcalls::old_wasi_common_fd_filestat_set_times

#[no_mangle]
pub unsafe extern "C" fn old_wasi_common_fd_filestat_set_times(
    wasi_ctx: *const WasiCtx,
    fd: __wasi_fd_t,
    st_atim: __wasi_timestamp_t,
    st_mtim: __wasi_timestamp_t,
    fst_flags: __wasi_fstflags_t
) -> __wasi_errno_t