Type Definition mupdf_sys::fz_truncate_fn

source ·
pub type fz_truncate_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, state: *mut c_void)>;
Expand description

A function type for use when implementing fz_outputs. The supplied function of this type is called when fz_truncate_output is called to truncate the file at that point.