bhnd_nv_isprint
#define bhnd_nv_isprint(c) ((c) >= ' ' && (c) <= '~')
#define bhnd_nv_isprint(c) isprint(c)