unsigned char *silc_pkcs_public_key_encode(SilcPublicKey public_key, SilcUInt32 *ret_len);
Encodes the `public_key' into a binary format and returns it. Returns NULL on error. Caller must free the returned buffer.