pub unsafe extern "C" fn gtk_cell_layout_add_attribute(
    cell_layout: *mut GtkCellLayout,
    cell: *mut GtkCellRenderer,
    attribute: *const c_char,
    column: c_int
)