Function botan_mp_add

Source
pub unsafe extern "C" fn botan_mp_add(
    result: botan_mp_t,
    x: botan_mp_t,
    y: botan_mp_t,
) -> c_int