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