pub unsafe extern "C" fn mlirOperationWriteBytecode(
    op: MlirOperation,
    callback: MlirStringCallback,
    userData: *mut c_void
)
Expand description

Same as mlirOperationPrint but writing the bytecode format.