pub type RegMatchBytes<'a> = Vec<Option<Cow<'a, [u8]>>>;
pub struct RegMatchBytes<'a> { /* private fields */ }