pub unsafe extern "C" fn WasmEdge_ConfigureDelete(
    Cxt: *mut WasmEdge_ConfigureContext
)
Expand description

Deletion of the WasmEdge_ConfigureContext.

This function is thread-safe.

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

\param Cxt the WasmEdge_ConfigureContext to destroy.