Function mupdf_sys::fz_tell_output

source ·
pub unsafe extern "C" fn fz_tell_output(
    ctx: *mut fz_context,
    out: *mut fz_output
) -> i64
Expand description

Return the current file position.

Throw an error on untellable outputs.