pub unsafe extern "C" fn WasmEdge_ASTModuleDelete(
    Cxt: *mut WasmEdge_ASTModuleContext
)
Expand description

Deletion of the WasmEdge_ASTModuleContext.

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

\param Cxt the WasmEdge_ASTModuleContext to destroy.