pub unsafe extern "C" fn mp_int_free(z: mp_int)
Expand description

Releases the storage used by z and also z itself. This should only be used for z allocated by mp_int_alloc().