Reverse the linked list beginning at __node and return the new head.
Synopsis
Declared in <bslstp_slistbase.h>
static
_Slist_node_base*
__reverse(_Slist_node_base* __node);
Created with MrDocs