#[no_mangle]
pub extern "C" fn LLVMConstInsertElement(
VectorConstant: LLVMValueRef,
ElementValueConstant: LLVMValueRef,
IndexConstant: LLVMValueRef,
) -> LLVMValueRef
#[no_mangle]
pub extern "C" fn LLVMConstInsertElement(
VectorConstant: LLVMValueRef,
ElementValueConstant: LLVMValueRef,
IndexConstant: LLVMValueRef,
) -> LLVMValueRef