pub unsafe extern "C" fn LLVMPointerTypeIsOpaque(
Ty: LLVMTypeRef,
) -> LLVMBool
Expand description
Determine whether a pointer is opaque.
True if this is an instance of an opaque PointerType.
pub unsafe extern "C" fn LLVMPointerTypeIsOpaque(
Ty: LLVMTypeRef,
) -> LLVMBool
Determine whether a pointer is opaque.
True if this is an instance of an opaque PointerType.