LLVMSetOperand

Function LLVMSetOperand 

Source
#[unsafe(no_mangle)]
pub extern "C" fn LLVMSetOperand(
    User: LLVMValueRef,
    Index: c_uint,
    Val: LLVMValueRef,
)