Function mupdf_sys::fz_seek[][src]

pub unsafe extern "C" fn fz_seek(
    ctx: *mut fz_context,
    stm: *mut fz_stream,
    offset: i64,
    whence: c_int
)

Seek within a stream.

stm: The stream to seek within.

offset: The offset to seek to.

whence: From where the offset is measured (see fseek).