pub fn sqlite_retry_loop<R>( f: impl FnMut() -> Result<R, SqliteBackendError>, ) -> Result<R, SqliteBackendError>