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