pub unsafe extern "C" fn mp_int_mul( a: mp_int, b: mp_int, c: mp_int, ) -> mp_result
Sets c to the product of a and b.
c
a
b