pub type LLVMMetadataRef = *mut LLVMOpaqueMetadata;
Represents an LLVM Metadata.
This models llvm::Metadata.