Type Definition mupdf_sys::fz_stream_from_output_fn[][src]

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

A function type for use when implementing fz_outputs. The supplied function of this type is called when the fz_stream_from_output is called.