Function mupdf_sys::fz_seek_output

source ·
pub unsafe extern "C" fn fz_seek_output(
    ctx: *mut fz_context,
    out: *mut fz_output,
    off: i64,
    whence: c_int
)
Expand description

Seek to the specified file position. See fseek for arguments.

Throw an error on unseekable outputs.