| 113 | #[allow(non_snake_case, non_camel_case_types)] |
| 114 | #[repr(C)] |
| 115 | pub struct _GUID { |
| 116 | pub data1: u32, |
| 117 | pub data2: u16, |
| 118 | pub data3: u16, |
| 119 | pub data4: [u8; 8], |
| 120 | } |
| 121 | |
| 122 | #[derive(Debug, PackedSize, DecodeLE, Clone, Copy, Default, EncodeLE)] |
| 123 | #[allow(non_snake_case, non_camel_case_types)] |
nothing calls this directly
no outgoing calls
no test coverage detected