LstNodeNew
ln = LstNodeNew(NULL, list->first, datum);
ln = LstNodeNew(list->last, NULL, datum);
newNode = LstNodeNew(ln->prev, ln, datum);