pub unsafe extern "C" fn mp_int_expt_value( a: mp_small, b: mp_small, c: mp_int, ) -> mp_result
Sets c to the value of a raised to the b power. It returns MP_RANGE if b < 0.
c
a
b
MP_RANGE
b < 0