[][src]Function llvm_sys::debuginfo::LLVMDIBuilderCreatePointerType

pub unsafe extern "C" fn LLVMDIBuilderCreatePointerType(
    Builder: LLVMDIBuilderRef,
    PointeeTy: LLVMMetadataRef,
    SizeInBits: u64,
    AlignInBits: u32,
    AddressSpace: c_uint,
    Name: *const c_char,
    NameLen: size_t
) -> LLVMMetadataRef

Create debugging information entry for a pointer.