Function silc_id_payload_parse_data
SYNOPSIS
SilcIDPayload silc_id_payload_parse_data(unsigned char *data,
uint32 len);
DESCRIPTION
Parses buffer and return ID payload into payload structure. The
`data' and `len' are the raw payload buffer. This is equivalent
to the silc_id_payload_parse function.