pub unsafe extern "C" fn fz_search_chapter_page_number(
    ctx: *mut fz_context,
    doc: *mut fz_document,
    chapter: c_int,
    page: c_int,
    needle: *const c_char,
    hit_mark: *mut c_int,
    hit_bbox: *mut fz_quad,
    hit_max: c_int
) -> c_int