the api > bool resize_file(size_t target_length) , should change to > bool resize_file(uint64_t target_length) to support large file that filesize more than 4GB
the api
, should change to
to support large file that filesize more than 4GB