Type Definition mupdf_sys::fz_page_drop_page_fn

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

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