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