public static void GetNamespaces(this ISymUnmanagedScope instance, uint cNameSpaces, out uint pcNameSpaces, ISymUnmanagedNamespace[] namespaces)
 {
     instance.__GetNamespaces(cNameSpaces, out pcNameSpaces, namespaces);
     ProcessOutParameter(namespaces);
 }