Type Definition mupdf_sys::fz_store_drop_fn

source ·
pub type fz_store_drop_fn = Option<unsafe extern "C" fn(arg1: *mut fz_context, arg2: *mut fz_storable)>;
Expand description

Function type for a function to drop a storable object.

Objects within the store are identified by type by comparing their drop_fn pointers.