pub fn parse_option_le<'i, E: ParseError<&'i [u8]>>(
    i: &'i [u8]
) -> IResult<&'i [u8], PcapNGOption<'_>, E>