fz_keep_bitmap

Function fz_keep_bitmap 

Source
pub unsafe extern "C" fn fz_keep_bitmap(
    ctx: *mut fz_context,
    bit: *mut fz_bitmap,
) -> *mut fz_bitmap
Expand description

Take an additional reference to the bitmap. The same pointer
is returned.

Never throws exceptions.