_nn_modinv_odd
ret = _nn_modinv_odd(&out, x_mod_m, m); EG(ret, err);
ret = _nn_modinv_odd(&out, x, m); EG(ret, err);