pub unsafe extern "C" fn WasmEdge_AsyncDelete(
    Cxt: *mut WasmEdge_Async
)
Expand description

Deletion of the WasmEdge_Async.

After calling this function, the context will be destroyed and should NOT be used.

\param Cxt the WasmEdge_ASync to destroy.