pub type fz_outline_iterator_update_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, iter: *mut fz_outline_iterator, item: *mut fz_outline_item)>;
Expand description

Function type for updating the current item properties according to the given item.