[][src]Function rustc_llvm_proxy::proxy::LLVMBuildInsertElement

#[no_mangle]
pub unsafe extern "C" fn LLVMBuildInsertElement(
    arg1: LLVMBuilderRef,
    VecVal: LLVMValueRef,
    EltVal: LLVMValueRef,
    Index: LLVMValueRef,
    Name: *const c_char
) -> LLVMValueRef