Type Definition mupdf_sys::fz_output_drop_fn[][src]

type fz_output_drop_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 dropped, to release the stream specific state information.