pub fn proc_exit<M: Memory>(
    ctx: &mut WasiCtx,
    _mem: &mut M,
    code: __wasi_exitcode_t
)