LLVMInsertIntoBuilderWithName

Function LLVMInsertIntoBuilderWithName 

Source
#[unsafe(no_mangle)]
pub extern "C" fn LLVMInsertIntoBuilderWithName(
    Builder: LLVMBuilderRef,
    Instr: LLVMValueRef,
    Name: *const c_char,
)