pub unsafe extern "C" fn mp_rat_init_copy(
    r: mp_rat,
    old: mp_rat
) -> mp_result
Expand description

Initializes r to be a copy of an already-initialized value in old. The new copy does not share storage with the original.