wcscspn
size_t wcscspn(const wchar_t *, const wchar_t *);
PROTO_NORMAL(wcscspn);
DEF_STRONG(wcscspn);
i = wcscspn(el->el_line.cursor, match_chars);