pub fn create_file_metadata( file_path: &Path, file_type: FileType, epoch_num: u64, checkpoint_seq_range: Range<u64>, ) -> Result<FileMetadata>