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()
pub unsafe extern "C" fn LLVMStructSetBody(
StructTy: LLVMTypeRef,
ElementTypes: *mut LLVMTypeRef,
ElementCount: c_uint,
Packed: LLVMBool,
)Set the contents of a structure type.
@see llvm::StructType::setBody()