pub unsafe extern "C" fn LLVMDIBuilderCreateNameSpace(
Builder: LLVMDIBuilderRef,
ParentScope: LLVMMetadataRef,
Name: *const c_char,
NameLen: size_t,
ExportSymbols: LLVMBool,
) -> LLVMMetadataRef
Expand description
Creates a new descriptor for a namespace with the specified parent scope.