| 139 | #[repr(C)] |
| 140 | #[derive(Copy, Clone, Default, PartialEq, Debug, Eq)] |
| 141 | pub struct ApiSetNamespaceEntry { |
| 142 | pub unused1: [u8;4], |
| 143 | pub name_offset: i32, // offset 0x04 |
| 144 | pub name_length: i32, // offset 0x08 |
| 145 | pub unused2: [u8;4], |
| 146 | pub value_offset: i32, // offset 0x10 |
| 147 | pub value_length: i32, // offset 0x14 |
| 148 | } |
| 149 | |
| 150 | #[repr(C)] |
| 151 | #[derive(Copy, Clone, Default, PartialEq, Debug, Eq)] |
nothing calls this directly
no outgoing calls
no test coverage detected