pub unsafe extern "C" fn LLVMDIBuilderCreateImportedModuleFromModule(
    Builder: LLVMDIBuilderRef,
    Scope: LLVMMetadataRef,
    M: LLVMMetadataRef,
    File: LLVMMetadataRef,
    Line: c_uint,
    Elements: *mut LLVMMetadataRef,
    NumElements: c_uint
) -> LLVMMetadataRef
Expand description

Create a descriptor for an imported module.