void silc_mp_or(SilcMPInt *dst, SilcMPInt *mp1, SilcMPInt *mp2);
Logical inclusive OR operator. The result is saved to `dst'.