Function mupdf_sys::fz_keep_device

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

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

Never throws exceptions.