pub fn list_view_item_get_group_id( list_view: &ListView, row_index: usize, ) -> i32
Get the group that a list view item belongs to.
Adapted from [native_windows_gui::ListView::item].
native_windows_gui::ListView::item