public static Object CreateObject(IntPtr o, Type type)
 {
     return((Object)FastCtorPtr(type, cacheObject.Value)(o));
 }
 public static Opaque CreateOpaque(IntPtr o, Type type)
 {
     return((Opaque)FastCtorPtr(type, cacheOpaque.Value)(o));
 }