pub unsafe extern "C" fn LLVMDIBuilderCreateEnumeratorOfArbitraryPrecision(
Builder: LLVMDIBuilderRef,
Name: *const c_char,
NameLen: size_t,
SizeInBits: u64,
Words: *const u64,
IsUnsigned: LLVMBool,
) -> LLVMMetadataRef
Expand description
Create debugging information entry for an enumerator of arbitrary precision.