pub fn parse_integer_value_16bits(
    input: &str
) -> IResult<&'_ str, BasicToken, VerboseError<&'_ str>>