pub unsafe extern "C" fn mp_rat_init(r: mp_rat) -> mp_result
Initializes r with 1-digit precision and sets it to zero. This function cannot fail unless r is NULL.
r