unsigned char *silc_rng_get_rn_string(SilcRng rng, SilcUInt32 len);
Returns random string in HEX form of the length of `len' bytes. The caller must free returned data buffer. It is guaranteed the data string goes not include any zero (0x00) bytes.