[][src]Function mupdf_sys::fz_truncate_output

pub unsafe extern "C" fn fz_truncate_output(
    arg1: *mut fz_context,
    arg2: *mut fz_output
)

Truncate the output at the current position.

This allows output streams which have seeked back from the end of their storage to be truncated at the current point.