C言語の標準ライブラリwmemchrのリファレンスです。
#include <wchar.h>
wchar_t *wmemchr(const wchar_t *s, wchar_t c, size_t n);