LLVMStructSetBody

Function LLVMStructSetBody 

Source
pub unsafe extern "C" fn LLVMStructSetBody(
    StructTy: LLVMTypeRef,
    ElementTypes: *mut LLVMTypeRef,
    ElementCount: c_uint,
    Packed: LLVMBool,
)
Expand description

Set the contents of a structure type.

@see llvm::StructType::setBody()