Function mlir_sys::mlirBlockPrint

source ·
pub unsafe extern "C" fn mlirBlockPrint(
    block: MlirBlock,
    callback: MlirStringCallback,
    userData: *mut c_void
)
Expand description

Prints a block 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.