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

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

Never throws exceptions.