Function mupdf_sys::fz_drop_bitmap

source ·
pub unsafe extern "C" fn fz_drop_bitmap(
    ctx: *mut fz_context,
    bit: *mut fz_bitmap
)
Expand description

Drop a reference to the bitmap. When the reference count reaches zero, the bitmap will be destroyed.

Never throws exceptions.