pub type DerAnyOwned = DerSequence<'static>;
pub struct DerAnyOwned { pub value: Cow<'static, [u8]>, }
value: Cow<'static, [u8]>