Lwt_unix.LargeFileSourceWrapper for Unix.LargeFile.lseek
Wrapper for Unix.LargeFile.ftruncate
Wrapper for Unix.LargeFile.fstat
file_exists name tests if a file named name exists.
Note that file_exists behaves similarly to Sys.file_exists:
file_exists name will return false in circumstances that would make stat raise a Unix.Unix_error exception.