pub fn make_pg_tls<F>(configure: F) -> MakeTlsConnectorwhere F: FnOnce(&mut SslConnectorBuilder) -> Result<(), ErrorStack>,