pub unsafe extern "C" fn LLVMDIBuilderCreateSetType(
Builder: LLVMDIBuilderRef,
Scope: LLVMMetadataRef,
Name: *const c_char,
NameLen: size_t,
File: LLVMMetadataRef,
LineNumber: c_uint,
SizeInBits: u64,
AlignInBits: u32,
BaseTy: LLVMMetadataRef,
) -> LLVMMetadataRef
Expand description
Create debugging information entry for a set.