RegExpSearch
struct RegExpSearch { const wchar_t *Text; intptr_t Position; intptr_t Length; struct RegExpMatch *Match; intptr_t Count; void *Reserved; };
NULL.