pub unsafe extern "C" fn g_list_model_items_changed(
    list: *mut GListModel,
    position: c_uint,
    removed: c_uint,
    added: c_uint
)