Drains all remaining buffered data.
pub fn flush(w: *Writer) Error!void
pub fn flush(w: *Writer) Error!void { return w.vtable.flush(w); }