pub unsafe extern "C" fn gtk_list_box_set_header_func(
    box_: *mut GtkListBox,
    update_header: GtkListBoxUpdateHeaderFunc,
    user_data: gpointer,
    destroy: GDestroyNotify
)