[][src]Function rustc_llvm_proxy::proxy::LLVMDIBuilderCreateImportedDeclaration

#[no_mangle]
pub unsafe extern "C" fn LLVMDIBuilderCreateImportedDeclaration(
    Builder: LLVMDIBuilderRef,
    Scope: LLVMMetadataRef,
    Decl: LLVMMetadataRef,
    File: LLVMMetadataRef,
    Line: c_uint,
    Name: *const c_char,
    NameLen: size_t
) -> LLVMMetadataRef