pub unsafe extern "C" fn mp_int_alloc() -> mp_int
Allocates a fresh zero-valued mpz_t on the heap, returning NULL in case of error. The only possible error is out-of-memory.
mpz_t