pub enum LLVMTypeKind {
LLVMVoidTypeKind,
LLVMHalfTypeKind,
LLVMFloatTypeKind,
LLVMDoubleTypeKind,
LLVMX86_FP80TypeKind,
LLVMFP128TypeKind,
LLVMPPC_FP128TypeKind,
LLVMLabelTypeKind,
LLVMIntegerTypeKind,
LLVMFunctionTypeKind,
LLVMStructTypeKind,
LLVMArrayTypeKind,
LLVMPointerTypeKind,
LLVMVectorTypeKind,
LLVMMetadataTypeKind,
LLVMX86_MMXTypeKind,
}Variants
LLVMVoidTypeKindLLVMHalfTypeKindLLVMFloatTypeKindLLVMDoubleTypeKindLLVMX86_FP80TypeKindLLVMFP128TypeKindLLVMPPC_FP128TypeKindLLVMLabelTypeKindLLVMIntegerTypeKindLLVMFunctionTypeKindLLVMStructTypeKindLLVMArrayTypeKindLLVMPointerTypeKindLLVMVectorTypeKindLLVMMetadataTypeKindLLVMX86_MMXTypeKind