In this case, there is no difference.
If you have a pointer or link, a change that may look almost the same is important. Given something like:
T * a;
The position const(or volatile) relative to the sprocket is significant:
T const * a;
T * const a;
, a const T (.. T, a). , a ( const const) T, .. , a, , . , :
T const * const a;
, T, .