LLVMPointerType

Create a pointer type that points to a defined type.

The created type will exist in the context that its pointee type exists in.

@see llvm::PointerType::get()

extern (C) nothrow
LLVMTypeRef
LLVMPointerType
(
LLVMTypeRef ElementType
,)

Meta