| 166 | #[repr(C)] |
| 167 | #[derive(Copy, Clone, Default, PartialEq, Debug, Eq)] |
| 168 | pub struct ApiSetNamespace { |
| 169 | pub unused: [u8;12], |
| 170 | pub count: i32, // offset 0x0C |
| 171 | pub entry_offset: i32, // offset 0x10 |
| 172 | } |
| 173 | |
| 174 | #[repr(C)] |
| 175 | #[derive(Copy, Clone, Default, PartialEq, Debug, Eq)] |
nothing calls this directly
no outgoing calls
no test coverage detected