pub type RegApproxMatchWideStr<'a> = RegApproxMatch<&'a WideStr, Cow<'a, WideStr>>;
pub struct RegApproxMatchWideStr<'a> { /* private fields */ }