list_get_last_item
extern void *list_get_last_item(struct list *list);
data_node* node = (data_node*)list_get_last_item(&buffer->buffers);