| 139 | } |
| 140 | |
| 141 | pub struct SectionView { |
| 142 | process: ZwProcess, |
| 143 | address: *mut core::ffi::c_void, |
| 144 | } |
| 145 | |
| 146 | unsafe impl Send for SectionView {} |
| 147 | unsafe impl Sync for SectionView {} |
nothing calls this directly
no outgoing calls
no test coverage detected