pub unsafe extern "C" fn LLVMDIBuilderCreateDynamicArrayType(
Builder: LLVMDIBuilderRef,
Scope: LLVMMetadataRef,
Name: *const c_char,
NameLen: size_t,
LineNo: c_uint,
File: LLVMMetadataRef,
Size: u64,
AlignInBits: u32,
Ty: LLVMMetadataRef,
Subscripts: LLVMMetadataRef,
NumSubscripts: c_uint,
DataLocation: LLVMMetadataRef,
Associated: LLVMMetadataRef,
Allocated: LLVMMetadataRef,
Rank: LLVMMetadataRef,
BitStride: LLVMMetadataRef,
) -> LLVMMetadataRef
Expand description
Create debugging information entry for a dynamic array.