void silc_mp_mp2bin_noalloc(SilcMPInt *val, unsigned char *dst, SilcUInt32 dst_len);
Same as silc_mp_mp2bin but does not allocate any memory. The encoded data is returned into `dst' and it's length to the `ret_len'.