MBSCHR
# define MBSCHR(str,c) (char *)uzmbschr((ZCONST unsigned char *)(str), c)
# define MBSCHR(str, c) strchr(str, c)