pub unsafe extern "C" fn WasmEdge_ValidatorDelete(
    Cxt: *mut WasmEdge_ValidatorContext
)
Expand description

Deletion of the WasmEdge_ValidatorContext.

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

\param Cxt the WasmEdge_ValidatorContext to destroy.