Function mupdf_sys::fz_keep_device[][src]

pub unsafe extern "C" fn fz_keep_device(
    ctx: *mut fz_context,
    dev: *mut fz_device
) -> *mut fz_device

Increment the reference count for a device. Returns the same pointer.

Never throws exceptions.