Type Definition mupdf_sys::fz_page_separations_fn

source ·
pub type fz_page_separations_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, page: *mut fz_page) -> *mut fz_separations>;
Expand description

Type for a function to retrieve details of separations on a page. See fz_get_separations for more information.