nn_list_item

extern (C) @nogc nothrow nothrow @nogc
struct nn_list_item {
nn_list_item* next;
nn_list_item* prev;
}