Function mupdf_sys::fz_filter_store

source ·
pub unsafe extern "C" fn fz_filter_store(
    ctx: *mut fz_context,
    fn_: fz_store_filter_fn,
    arg: *mut c_void,
    type_: *const fz_store_type
)
Expand description

Filter every element in the store with a matching type with the given function.

If the function returns 1 for an element, drop the element.