[][src]Type Definition mupdf_sys::fz_page_separations_fn

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

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