fz_write_header_fn

Type Alias fz_write_header_fn 

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut fz_context, *mut fz_band_writer, *mut fz_colorspace))

Some value of type T.