pub unsafe extern "C" fn mlirIRRewriterDestroy(
rewriter: MlirRewriterBase,
)
Expand description
Takes an IRRewriter owned by the caller and destroys it. It is the responsibility of the user to only pass an IRRewriter class.
pub unsafe extern "C" fn mlirIRRewriterDestroy(
rewriter: MlirRewriterBase,
)
Takes an IRRewriter owned by the caller and destroys it. It is the responsibility of the user to only pass an IRRewriter class.