pub unsafe extern "C" fn fz_begin_tile_id(
    ctx: *mut fz_context,
    dev: *mut fz_device,
    area: fz_rect,
    view: fz_rect,
    xstep: f32,
    ystep: f32,
    ctm: fz_matrix,
    id: c_int
) -> c_int