Type Definition mupdf_sys::fz_page_separation_disabled_fn[][src]

type fz_page_separation_disabled_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, page: *mut fz_page, separation: c_int) -> c_int>;

Type for a function to detect whether a given separation is enabled or disabled on a page. See FZ_SEPARATION_DISABLED for more information.