pub unsafe extern "C" fn LLVMDIBuilderCreateImportedDeclaration(
    Builder: LLVMDIBuilderRef,
    Scope: LLVMMetadataRef,
    Decl: LLVMMetadataRef,
    File: LLVMMetadataRef,
    Line: c_uint,
    Name: *const c_char,
    NameLen: size_t,
    Elements: *mut LLVMMetadataRef,
    NumElements: c_uint
) -> LLVMMetadataRef
Expand description

Create a descriptor for an imported function, type, or variable.

Suitable for e.g. FORTRAN-style USE declarations.