pub unsafe extern "C" fn fz_drop_storable(
    arg1: *mut fz_context,
    arg2: *const fz_storable
)
Expand description

Decrement the reference count for a storable object. When the reference count hits zero, the drop function for that object is called to free the object.

Never throws exceptions.