pub unsafe extern "C" fn WasmEdge_ConfigureDelete(
Cxt: *mut WasmEdge_ConfigureContext,
)
Expand description
Deletion of the WasmEdge_ConfigureContext.
After calling this function, the context will be destroyed and should NOT be used.
This function is thread-safe.
\param Cxt the WasmEdge_ConfigureContext to destroy.