pub type LLVMTypeRef = *mut LLVMOpaqueType;
Each value in the LLVM IR has a type, an LLVMTypeRef.
@see llvm::Type