pub unsafe extern "C" fn LLVMIsPackedStruct(
StructTy: LLVMTypeRef,
) -> LLVMBoolExpand description
Determine whether a structure is packed.
@see llvm::StructType::isPacked()
pub unsafe extern "C" fn LLVMIsPackedStruct(
StructTy: LLVMTypeRef,
) -> LLVMBoolDetermine whether a structure is packed.
@see llvm::StructType::isPacked()