pub unsafe extern "C" fn mlirOperationSetOperand(
    op: MlirOperation,
    pos: isize,
    newValue: MlirValue
)
Expand description

Sets the pos-th operand of the operation.