pub unsafe extern "C" fn LLVMConstStruct(
ConstantVals: *mut LLVMValueRef,
Count: c_uint,
Packed: LLVMBool,
) -> LLVMValueRefExpand description
Create a ConstantStruct in the global Context.
This is the same as LLVMConstStructInContext except it operates on the global Context.
@see LLVMConstStructInContext()