pub unsafe extern "C" fn mlirSymbolTableDestroy(
symbolTable: MlirSymbolTable,
)Expand description
Destroys the symbol table created with mlirSymbolTableCreate. This does not affect the operations in the table.
pub unsafe extern "C" fn mlirSymbolTableDestroy(
symbolTable: MlirSymbolTable,
)Destroys the symbol table created with mlirSymbolTableCreate. This does not affect the operations in the table.