* @brief Insertion by position into the list function * @param list a doubly linked List * @param value a value to be inserted into the list * @param pos a position into the list for value insertion * @returns list the input list with a node more or the same list */