pub unsafe extern "C" fn pdf_array_insert(
    ctx: *mut fz_context,
    array: *mut pdf_obj,
    obj: *mut pdf_obj,
    index: c_int
)