[][src]Type Definition mupdf_sys::fz_output_close_fn

type fz_output_close_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, state: *mut c_void)>;

A function type for use when implementing fz_outputs. The supplied function of this type is called when the output stream is closed, to flush any pending writes.