pub type LLVMValueRef = *mut LLVMOpaqueValue;
Represents an individual value in LLVM IR.
This models llvm::Value.