public static unsafe object RhBoxAny(IntPtr pData, IntPtr pEEType) { return(RuntimeImports.RhBoxAny((void *)pData, new EETypePtr(pEEType))); }