pub unsafe extern "C" fn LLVMConstNamedStruct(
StructTy: LLVMTypeRef,
ConstantVals: *mut LLVMValueRef,
Count: c_uint,
) -> LLVMValueRefExpand description
Create a non-anonymous ConstantStruct from values.
@see llvm::ConstantStruct::get()