gptwocfg_handle_list
gptwocfg_handle_list = NULL;
h->next = gptwocfg_handle_list;
gptwocfg_handle_list = h;
h = last = gptwocfg_handle_list;
if (h == gptwocfg_handle_list)
gptwocfg_handle_list = h->next;
gptwocfg_handle_list_t *gptwocfg_handle_list;
struct gptwocfg_handle_list *next;