Function silc_channel_message_get_data
SYNOPSIS
unsigned char *
silc_channel_message_get_data(SilcChannelMessagePayload payload,
uint32 *data_len);
DESCRIPTION
Return the data in the payload, that is, the actual channel message.
The caller must not free it.