[][src]Function llvm_sys::debuginfo::LLVMDIBuilderCreateStructType

pub unsafe extern "C" fn LLVMDIBuilderCreateStructType(
    Builder: LLVMDIBuilderRef,
    Scope: LLVMMetadataRef,
    Name: *const c_char,
    NameLen: size_t,
    File: LLVMMetadataRef,
    LineNumber: c_uint,
    SizeInBits: u64,
    AlignInBits: u32,
    Flags: LLVMDIFlags,
    DerivedFrom: LLVMMetadataRef,
    Elements: *mut LLVMMetadataRef,
    NumElements: c_uint,
    RunTimeLang: c_uint,
    VTableHolder: LLVMMetadataRef,
    UniqueId: *const c_char,
    UniqueIdLen: size_t
) -> LLVMMetadataRef

Create debugging information entry for a struct.