pub fn parse_ber_slice<Tag: Into<BerTag>>( i: &[u8], tag: Tag) -> BerResult<'_, &[u8]>
Parse BER object and get content as slice