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