fn __parse_ty<'input>(
    __input: &'input str,
    __state: &mut ParseState<'input>,
    __pos: usize
) -> RuleResult<&'input str>