void silc_mp_set_str(SilcMPInt *dst, const char *str, int base);
Set `dst' integer from string `str' of base `base'. The `dst' must already be initialized.