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