Skips the next element of a BerElement, returning its length and tag.
#include <ldap.h> or <lber.h> ber_tag_t ber_skip_tag ( BerElement *ber, ber_len_t *lenPtr);
(IN) Points to the BerElement.
(OUT) Points to the length of the skipped element.
Returns the tag of the element that was skipped on success; otherwise, returns LBER_DEFAULT if there is no further data to be read.