pub unsafe extern "C" fn mlirBlockInsertArgument(
    block: MlirBlock,
    pos: isize,
    type_: MlirType,
    loc: MlirLocation
) -> MlirValue
Expand description

Inserts an argument of the specified type at a specified index to the block. Returns the newly added argument.