Function mupdf_sys::fz_skip

source ·
pub unsafe extern "C" fn fz_skip(
    ctx: *mut fz_context,
    stm: *mut fz_stream,
    len: usize
) -> usize
Expand description

Read from a stream discarding data.

stm: The stream to read from.

len: The number of bytes to read.

Returns the number of bytes read. May throw exceptions.