Function LLVMSetOperand

Source
pub unsafe extern "C" fn LLVMSetOperand(
    User: *mut LLVMValue,
    Index: u32,
    Val: *mut LLVMValue,
)