| 222 | } |
| 223 | |
| 224 | pub union OVERLAPPED0 { |
| 225 | pub anonymous: OVERLAPPED_0_0, |
| 226 | pub pointer: *mut c_void, |
| 227 | } |
| 228 | |
| 229 | impl Default for OVERLAPPED0 { |
| 230 | fn default() -> OVERLAPPED0 { |
nothing calls this directly
no outgoing calls
no test coverage detected