pub unsafe extern "C" fn mlirPDLPatternModuleRegisterRewriteFunction(
pdlModule: MlirPDLPatternModule,
name: MlirStringRef,
rewriteFn: MlirPDLRewriteFunction,
userData: *mut c_void,
)Expand description
Register a rewrite function into the given PDL pattern module.
userData will be provided as an argument to the rewrite function.