pub unsafe extern "C" fn LLVMDIBuilderCreateReplaceableCompositeType(
    Builder: LLVMDIBuilderRef,
    Tag: c_uint,
    Name: *const c_char,
    NameLen: size_t,
    Scope: LLVMMetadataRef,
    File: LLVMMetadataRef,
    Line: c_uint,
    RuntimeLang: c_uint,
    SizeInBits: u64,
    AlignInBits: u32,
    Flags: LLVMDIFlags,
    UniqueIdentifier: *const c_char,
    UniqueIdentifierLen: size_t
) -> LLVMMetadataRef
Expand description

Create a temporary forward-declared type.