boot_item
struct boot_item : public DoublyLinkedListLinkImpl<boot_item> {
typedef DoublyLinkedList<boot_item> ItemList;
boot_item *item = new(nothrow) boot_item;
boot_item *item = it.Next();