pub unsafe extern "C" fn mp_int_init_copy( z: mp_int, old: mp_int, ) -> mp_result
Initializes z to be a copy of an already-initialized value in old. The new copy does not share storage with the original.
z
old