Reset the interator
void kmsg_dump_rewind(struct kmsg_dumper * dumper);
dumper
registered kmsg dumper
Reset the dumper's iterator so that kmsg_dump_get_line and kmsg_dump_get_buffer can be called again and used multiple times within the same dumper.dump callback.