pub unsafe extern "C" fn storage_file_size(file: *mut File) -> u64
Expand description

Gets the size of the file @param file pointer to file object. @return uint64_t size of the file