pub unsafe extern "C" fn mlirContextAppendDialectRegistry(
    ctx: MlirContext,
    registry: MlirDialectRegistry
)
Expand description

Append the contents of the given dialect registry to the registry associated with the context.