pub unsafe extern "C" fn LLVMGetOperandBundleArgAtIndex(
    Bundle: LLVMOperandBundleRef,
    Index: c_uint
) -> LLVMValueRef
Expand description

Obtain the operand for an operand bundle at the given index.