pub unsafe extern "C" fn mp_int_sub( a: mp_int, b: mp_int, c: mp_int, ) -> mp_result
Sets c to the difference of a less b.
c
a
b