void DESTROY(mpfr_t * p) { mpfr_clear(*p); Safefree(p); } #### void DESTROY(mpfr_t * p) { Safefree(p); }