| 46 | #[allow(non_snake_case, non_camel_case_types)] |
| 47 | #[repr(C)] |
| 48 | pub struct RPC_DISPATCH_TABLE { |
| 49 | pub DispatchTableCount: u32, |
| 50 | pub DispatchTable: usize, |
| 51 | pub Reserved: isize, |
| 52 | } |
| 53 | |
| 54 | #[derive(Debug, PackedSize, DecodeLE, Clone, Copy, Default, EncodeLE)] |
| 55 | #[allow(non_snake_case, non_camel_case_types)] |
nothing calls this directly
no outgoing calls
no test coverage detected