[][src]Function mupdf_sys::fz_keep_bitmap

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

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

Never throws exceptions.