pub unsafe extern "C" fn mlirValuePrintAsOperand(
    value: MlirValue,
    flags: MlirOpPrintingFlags,
    callback: MlirStringCallback,
    userData: *mut c_void
)
Expand description

Prints a value as an operand (i.e., the ValueID).