LLVMIsOpaqueStruct

Function LLVMIsOpaqueStruct 

Source
pub unsafe extern "C" fn LLVMIsOpaqueStruct(
    StructTy: LLVMTypeRef,
) -> LLVMBool
Expand description

Determine whether a structure is opaque.

@see llvm::StructType::isOpaque()