pub unsafe extern "C" fn mlirContextSetAllowUnregisteredDialects(
    context: MlirContext,
    allow: bool
)
Expand description

Sets whether unregistered dialects are allowed in this context.