pub type SqlQueryInterceptorRef<E> = Arc<dyn SqlQueryInterceptor<Error = E> + Send + Sync + 'static>;
struct SqlQueryInterceptorRef<E> { /* private fields */ }