pub unsafe extern "C" fn mlirBlockGetArgument(
    block: MlirBlock,
    pos: isize
) -> MlirValue
Expand description

Returns pos-th argument of the block.