pub unsafe extern "C" fn mp_int_free(z: mp_int)
Releases the storage used by z and also z itself. This should only be used for z allocated by mp_int_alloc().
z
mp_int_alloc()