pub unsafe extern "C" fn LLVMDIBuilderCreateEnumerationType(
Builder: LLVMDIBuilderRef,
Scope: LLVMMetadataRef,
Name: *const c_char,
NameLen: size_t,
File: LLVMMetadataRef,
LineNumber: c_uint,
SizeInBits: u64,
AlignInBits: u32,
Elements: *mut LLVMMetadataRef,
NumElements: c_uint,
ClassTy: LLVMMetadataRef,
) -> LLVMMetadataRef
Expand description
Create debugging information entry for an enumeration.