pub unsafe extern "C" fn pdf_delete_page_range(
    ctx: *mut fz_context,
    doc: *mut pdf_document,
    start: c_int,
    end: c_int
)