[]Function wasi_common_lucet::hostcalls::path_filestat_set_times

pub unsafe fn path_filestat_set_times(
    wasi_ctx: &WasiCtx,
    memory: &mut [u8],
    dirfd: u32,
    dirflags: u32,
    path_ptr: u32,
    path_len: u32,
    st_atim: u64,
    st_mtim: u64,
    fst_flags: u16
) -> u16