LLVMStructTypeInContext

Create a new structure type in a context.

A structure is specified by a list of inner elements/types and whether these can be packed together.

@see llvm::StructType::create()

extern (C) nothrow
LLVMTypeRef
LLVMStructTypeInContext
(
LLVMContextRef C
,
LLVMTypeRef* ElementTypes
,,
LLVMBool Packed
)

Meta