unsigned char *silc_base_decode(unsigned char *base64, SilcUInt32 base64_len, SilcUInt32 *ret_len);
Decodes Base 64 (PEM) into data. Returns the decoded data.