pub unsafe extern "C" fn wxd_DataViewItem_CreateFromID(
id: *const c_void,
) -> *const wxd_DataViewItem_tExpand description
@brief Creates a new DataViewItem from the given ID. @param id The internal ID (void*) to wrap in a new DataViewItem. @return Pointer to the new wxd_DataViewItem_t instance. You own the returned pointer and must free it with wxd_DataViewItem_Release().