| 185 | #[repr(C)] |
| 186 | #[derive(Copy, Clone, Default, PartialEq, Debug, Eq)] |
| 187 | pub struct ApiSetValueEntry { |
| 188 | pub flags: i32, // offset 0x00 |
| 189 | pub name_offset: i32, // offset 0x04 |
| 190 | pub name_count: i32, // offset 0x08 |
| 191 | pub value_offset: i32, // offset 0x0C |
| 192 | pub value_count: i32, // offset 0x10 |
| 193 | } |
| 194 | |
| 195 | #[derive(Copy, Clone, Default, PartialEq, Debug, Eq)] |
| 196 | #[repr(C)] |
nothing calls this directly
no outgoing calls
no test coverage detected