Type Definition mupdf_sys::fz_page_drop_page_fn[][src]

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

Type for a function to release all the resources held by a page. Called automatically when the reference count for that page reaches zero.