#pragma once struct Libp2pLinkedList { void* item; void* next; };