pub type fz_page_control_separation_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, page: *mut fz_page, separation: c_int, disable: c_int)>;
Expand description

Type for a function to enable/ disable separations on a page. See fz_control_separation for more information.