pub type RegMatchWideStr<'a> = Vec<Option<Cow<'a, WideStr>>>;
pub struct RegMatchWideStr<'a> { /* private fields */ }