nat_transversal: fix warning introduced at f301ca9cdcc044dd05e9d82139e1db368be6dc5c
> nat_traversal.c: In function 'get_register_expire':
> ../../core/parser/../dprint.h:321:73: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 11 has type 'long unsigned int' [-Wformat=]
> 321 | fprintf(stderr, "%2d(%d) %s: %.*s%s%s%s" fmt, \
> | ^~~~~~~~~~~~~~~~~~~~~~~~