pub unsafe extern "C" fn LLVMDIBuilderCreateImportedModuleFromAlias(
Builder: LLVMDIBuilderRef,
Scope: LLVMMetadataRef,
ImportedEntity: LLVMMetadataRef,
File: LLVMMetadataRef,
Line: c_uint,
Elements: *mut LLVMMetadataRef,
NumElements: c_uint
) -> LLVMMetadataRef
Expand description
Create a descriptor for an imported module that aliases another imported entity descriptor.