| 242 | #[derive(Copy, Clone, Default, PartialEq, Debug, Eq)] |
| 243 | #[repr(C)] |
| 244 | pub struct GUID |
| 245 | { |
| 246 | pub data1: u32, |
| 247 | pub data2: u16, |
| 248 | pub data3: u16, |
| 249 | pub data4: [u8; 8], |
| 250 | } |
nothing calls this directly
no outgoing calls
no test coverage detected