pub unsafe extern "C" fn mp_int_init(z: mp_int) -> mp_result
Expand description

Initializes z with 1-digit precision and sets it to zero. This function cannot fail unless z == NULL.