pub unsafe extern "C" fn LLVMDIBuilderCreateObjectPointerType(
Builder: LLVMDIBuilderRef,
Type: LLVMMetadataRef,
Implicit: LLVMBool,
) -> LLVMMetadataRefExpand description
Create a uniqued DIType* clone with FlagObjectPointer. If Implicit is
true, then also set FlagArtificial.