/**
 * Scanner#new
 *
 * constructor
 *
 * * p1 (db_path) The path to the sqlite3 db to be used
 *
 * * return A new Scanner instance
 */
static VALUE scanner_new(VALUE obj, VALUE db_path) {