#[unsafe(no_mangle)]
pub 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