Function botan_mp_powmod

Source
pub unsafe extern "C" fn botan_mp_powmod(
    out: botan_mp_t,
    base: botan_mp_t,
    exponent: botan_mp_t,
    modulus: botan_mp_t,
) -> c_int