pub unsafe extern "C" fn mp_rat_mul(
    a: mp_rat,
    b: mp_rat,
    c: mp_rat
) -> mp_result
Expand description

Sets c to the product of a and b.