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