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