Function LLVMReplaceAllUsesWith

Source
pub(crate) unsafe extern "C" fn LLVMReplaceAllUsesWith<'a>(
    OldVal: &'a Value,
    NewVal: &'a Value,
)