sqsh_file_iterator_data

Function sqsh_file_iterator_data 

Source
pub unsafe extern "C" fn sqsh_file_iterator_data(
    iterator: *const SqshFileIterator,
) -> *const u8
Expand description

Gets a pointer to the current data in the file iterator.

§Arguments

  • iterator The file iterator to get data from.

§Returns

A pointer to the current data in the file iterator.