Function LLVMInsertIntoBuilderWithName

Source
pub unsafe extern "C" fn LLVMInsertIntoBuilderWithName(
    Builder: *mut LLVMBuilder,
    Instr: *mut LLVMValue,
    Name: *const i8,
)