pub fn proc_raise<'a>(
    ctx: &'a mut impl WasiSnapshotPreview1,
    memory: &'a dyn GuestMemory,
    arg0: i32
) -> impl Future<Output = Result<i32>> + 'a