pub fn parse_row<'input>(
    __input: &'input str
) -> Result<SRow, ParseError<<str as Parse>::PositionRepr>>