pub fn args_get<M: Memory>(
    ctx: &WasiCtx,
    mem: &mut M,
    argv: WasmPtr<__wasi_size_t>,
    argv_buf: WasmPtr<u8>
) -> Result<(), Errno>