nn_mul_word
ATTRIBUTE_WARN_UNUSED_RET int nn_mul_word(nn_t out, nn_src_t in, word_t w);
ret = nn_mul_word(&u, q, order_multiplier); EG(ret, err);