internal unsafe CellInfo(LOCAL_MEMORY_STORAGE_ENUMERATOR *m_enumerator) : this()
 {
     CellPtr        = m_enumerator->CellPtr;
     CellId         = m_enumerator->CellId;
     CellEntryIndex = m_enumerator->CellEntryIndex;
     CellType       = m_enumerator->CellType;
 }
 internal static extern TrinityErrorCode CLocalMemoryStorageEnumeratorReset(LOCAL_MEMORY_STORAGE_ENUMERATOR *p_enum);