pub fn parse_sql<S: AsRef<str>>(sql: S) -> Vec<Statement>
Parse SQL FIXME(Noel): Introduce error type for sqlsmith for this.