int silc_mp_cmp_si(SilcMPInt *mp1, SilcInt32 si);
Compare `mp1' and single word `si'. Returns posivite, zero, or negative if `mp1' > `si', `mp1' == `si', or `mp1' < `si', respectively.