pub type fz_write_header_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, writer: *mut fz_band_writer, cs: *mut fz_colorspace)>;Aliased Type§
pub enum fz_write_header_fn {
None,
Some(unsafe extern "C" fn(*mut fz_context, *mut fz_band_writer, *mut fz_colorspace)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut fz_context, *mut fz_band_writer, *mut fz_colorspace))
Some value of type T.