| 131 | #[repr(C)] |
| 132 | #[derive(Copy, Clone, Default, PartialEq, Debug, Eq)] |
| 133 | pub struct ApiSetNamespace { |
| 134 | pub unused: [u8;12], |
| 135 | pub count: i32, // offset 0x0C |
| 136 | pub entry_offset: i32, // offset 0x10 |
| 137 | } |
| 138 | |
| 139 | #[repr(C)] |
| 140 | #[derive(Copy, Clone, Default, PartialEq, Debug, Eq)] |
nothing calls this directly
no outgoing calls
no test coverage detected