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' of size of `dst_len'.