pub unsafe extern "C" fn gtk_cell_area_get_preferred_height(
    area: *mut GtkCellArea,
    context: *mut GtkCellAreaContext,
    widget: *mut GtkWidget,
    minimum_height: *mut c_int,
    natural_height: *mut c_int
)