Module type Qcow_s.RESIZABLE_BLOCK
val resize : t -> int64 -> (unit, write_error) Result.result Lwt.t
Resize the file to the given number of sectors.
val flush : t -> (unit, write_error) Result.result Lwt.t
flush t
flushes any buffers, if the file has been opened in buffered mode