pub unsafe extern "C" fn mp_rat_free(r: mp_rat)
Expand description

Releases the storage used by r and also r itself. This should only be used for r allocated by mp_rat_alloc().