Function mlir_sys::mlirIntegerSetPrint 
source · pub unsafe extern "C" fn mlirIntegerSetPrint(
    set: MlirIntegerSet,
    callback: MlirStringCallback,
    userData: *mut c_void
)Expand description
Prints an integer set by sending chunks of the string representation and
forwarding userData to callback`. Note that the callback may be called
several times with consecutive chunks of the string.