void silc_mp_sqrt(SilcMPInt *dst, SilcMPInt *src);
Compute square root of floor(sqrt(src)) and save the result to `dst'.