pub unsafe extern "C" fn LLVMDIBuilderCreateImportedModuleFromNamespace(
    Builder: LLVMDIBuilderRef,
    Scope: LLVMMetadataRef,
    NS: LLVMMetadataRef,
    File: LLVMMetadataRef,
    Line: c_uint
) -> LLVMMetadataRef
Expand description

Create a descriptor for an imported namespace. Suitable for e.g. C++ using declarations.