SilcMessageSignedPayload silc_message_signed_payload_parse(const unsigned char *data, SilcUInt32 data_len);
Parses the SILC_MESSAGE_FLAG_SIGNED Payload from the `data' of length of `data_len' bytes. The `data' must be payload without the actual message payload. Returns the parsed payload or NULL on error. Caller must free the returned payload.