void silc_mp_sub(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2);
Subtract two integers `mp1' and `mp2' and save the result to `dst'.