Function llvm_sys::core::LLVMConstInsertValue

source ยท
pub unsafe extern "C" fn LLVMConstInsertValue(
    AggConstant: LLVMValueRef,
    ElementValueConstant: LLVMValueRef,
    IdxList: *mut c_uint,
    NumIdx: c_uint,
) -> LLVMValueRef