Function wasi_common::hostcalls::path_filestat_set_times
source ยท pub unsafe fn path_filestat_set_times(
wasi_ctx: &WasiCtx,
memory: &mut [u8],
dirfd: __wasi_fd_t,
dirflags: __wasi_lookupflags_t,
path_ptr: uintptr_t,
path_len: size_t,
st_atim: __wasi_timestamp_t,
st_mtim: __wasi_timestamp_t,
fst_flags: __wasi_fstflags_t,
) -> __wasi_errno_t