Simple text container.
struct container { uint64 offset; // offset to string uint32 size; // if zero, it's NULL terminated uint32 references; // number of $ references char* string; // }