| 91 | #[repr(C)] |
| 92 | #[derive(Copy, Clone, Default, PartialEq, Debug, Eq)] |
| 93 | pub struct ApiSetNamespace { |
| 94 | pub unused: [u8;12], |
| 95 | pub count: i32, // offset 0x0C |
| 96 | pub entry_offset: i32, // offset 0x10 |
| 97 | } |
| 98 | |
| 99 | #[repr(C)] |
| 100 | #[derive(Copy, Clone, Default, PartialEq, Debug, Eq)] |
nothing calls this directly
no outgoing calls
no test coverage detected