pub type SqlQueryRewriter = Box<dyn FnMut(String) -> Result<String>>;
pub struct SqlQueryRewriter(/* private fields */);