wcscspn
len = wcscspn(p, eol);
extern size_t wcscspn(const wchar_t *, const wchar_t *);
using std::wcscspn;
return (wcscspn(string, charset));