pub type RegApproxMatchBytes<'a> = RegApproxMatch<&'a [u8], Cow<'a, [u8]>>;
pub struct RegApproxMatchBytes<'a> { /* private fields */ }