copy_ptr_list
copy_ptr_list((struct ptr_list **)dst, (struct ptr_list *)src);
extern void copy_ptr_list(struct ptr_list **h, struct ptr_list *t);