pub fn parse_isbns<'input>(
    __input: &'input str
) -> Result<(Vec<ISBN>, String), ParseError<<str as Parse>::PositionRepr>>