pub unsafe extern "C" fn mlirDiagnosticPrint(
    diagnostic: MlirDiagnostic,
    callback: MlirStringCallback,
    userData: *mut c_void
)
Expand description

Prints a diagnostic using the provided callback.