Function LLVMReplaceAllUsesWith

Source
pub unsafe extern "C" fn LLVMReplaceAllUsesWith(
    OldVal: *mut LLVMValue,
    NewVal: *mut LLVMValue,
)