VisitTableRecords performs an inorder traversal of all cells in the btree for the table with the given name, passing the (optional, hence nullable) RowID, and record-decoded payload of each cell to the visitor function `f`.
(tableName string, f func(*int64, Record) error)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected