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