Type Definition mupdf_sys::fz_drop_image_fn

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

Function type to destroy an images data when it’s reference count reaches zero.