bhnd_nv_isalpha
#define bhnd_nv_isalpha(c) (bhnd_nv_isupper(c) || bhnd_nv_islower(c))
#define bhnd_nv_isalpha(c) isalpha(c)