| 110 | #[repr(C)] |
| 111 | #[derive(Copy, Clone, Default, PartialEq, Debug, Eq)] |
| 112 | pub struct ApiSetValueEntry { |
| 113 | pub flags: i32, // offset 0x00 |
| 114 | pub name_offset: i32, // offset 0x04 |
| 115 | pub name_count: i32, // offset 0x08 |
| 116 | pub value_offset: i32, // offset 0x0C |
| 117 | pub value_count: i32, // offset 0x10 |
| 118 | } |
| 119 | |
| 120 | #[derive(Copy, Clone, Default, PartialEq, Debug, Eq)] |
| 121 | #[repr(C)] |
nothing calls this directly
no outgoing calls
no test coverage detected