Function sqsh_sys::sqsh_file_reader_data

source ·
pub unsafe extern "C" fn sqsh_file_reader_data(
    reader: *const SqshFileReader,
) -> *const u8
Expand description

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

§Arguments

  • reader The file reader to get data from.

§Returns

A pointer to the current data in the file reader.