Strchr
#define Strchr(a, b) strchr(a, b)
#define Strchr(a, b) s_strchr(a, b)
#define Strchr(s, c) strchr(s, c)
#define Strchr(s, c) wcschr(s, c)