pub fn parse_site_class_info_header<'a, E>(
    input: &'a [u8]
) -> IResult<&'a [u8], u16, E>where
    E: ParseError<&'a [u8]>,