pub unsafe extern "C" fn gtk_cell_area_snapshot(
    area: *mut GtkCellArea,
    context: *mut GtkCellAreaContext,
    widget: *mut GtkWidget,
    snapshot: *mut GtkSnapshot,
    background_area: *const GdkRectangle,
    cell_area: *const GdkRectangle,
    flags: GtkCellRendererState,
    paint_focus: gboolean
)