pub unsafe extern "C" fn mlirOpPrintingFlagsUseLocalScope(
    flags: MlirOpPrintingFlags
)
Expand description

Use local scope when printing the operation. This allows for using the printer in a more localized and thread-safe setting, but may not necessarily be identical to what the IR will look like when dumping the full module.