sqlite_busy_handler
sqlite_busy_handler(tsd->db_db, idmap_sqlite_busy_handler,
sqlite_busy_handler(tsd->cache_db, idmap_sqlite_busy_handler,
sqlite_busy_handler(db, sqliteDefaultBusyCallback, (void*)(long)ms);
sqlite_busy_handler(db, 0, 0);
sqlite_busy_handler(pDb->db, DbBusyHandler, pDb);
sqlite_busy_handler(pDb->db, 0, 0);
sqlite_busy_handler(db, db_is_locked, zFilename);