pub unsafe extern "C" fn mp_int_alloc() -> mp_int
Expand description

Allocates a fresh zero-valued mpz_t on the heap, returning NULL in case of error. The only possible error is out-of-memory.