public static extern bool Complete(TypeDescription **pTD);
 public static extern void GetDescription(
     TypeDescription ** ppRet, /* TypeDescriptionReference */ void * pRef);
 public static extern void GetByName(TypeDescription **pTD,
                                     /* uno.rtl.UString */ void *name);
 static Type MapUnoType(TypeDescription *TD)
 {
     return MapUnoType(TD->pWeakRef);
 }