pub fn list_view_item_set_group_id( list_view: &ListView, row_index: usize, group_id: Option<i32>, )
Set the group that a list view item belongs to.
Adapted from [native_windows_gui::ListView::update_item].
native_windows_gui::ListView::update_item