pub fn write_batch_printer( pos: u64, record: Slice, dst: Rc<RefCell<dyn WritableFile>>, )
| Called on every log record (each one | of which is a WriteBatch) found in a kLogFile. |