s_mp_free
void s_mp_free(void *ptr, mp_size); /* general free function */
s_mp_free(DIGITS(to), ALLOC(to));
s_mp_free(DIGITS(mp), ALLOC(mp));