pub type SlowQueryLogger = fn(&str, u64);
v6.5.6 — callback signature for slow-query log emission. Called with (sql, elapsed_us) once per successful execute that crosses the threshold.
(sql, elapsed_us)