pub type RegApproxMatchStr<'a> = RegApproxMatch<'a, str>;
pub struct RegApproxMatchStr<'a> { /* private fields */ }