pub unsafe extern "C" fn fz_drop_display_list(
    ctx: *mut fz_context,
    list: *mut fz_display_list
)
Expand description

Decrement the reference count for a display list. When the reference count reaches zero, all the references in the display list itself are dropped, and the display list is freed.

Never throws exceptions.