pub unsafe extern "C" fn WasmEdge_StoreDelete(
    Cxt: *mut WasmEdge_StoreContext
)
Expand description

Deletion of the WasmEdge_StoreContext.

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

\param Cxt the WasmEdge_StoreContext to destroy.