pub fn wasi_clock_time_get(
    ctx: &WasiCtx,
    clock_id: Type,
    _precision: __wasi_timestamp_t
) -> Result<u64, Errno>