pub fn parse_customblock_be(
    i: &[u8]
) -> IResult<&[u8], CustomBlock<'_>, PcapError<&[u8]>>