pub unsafe extern "C" fn LLVMConstStructInContext(
C: LLVMContextRef,
ConstantVals: *mut LLVMValueRef,
Count: c_uint,
Packed: LLVMBool,
) -> LLVMValueRefExpand description
Create an anonymous ConstantStruct with the specified values.
@see llvm::ConstantStruct::getAnon()