pub unsafe fn GetOverlappedResult( hfile: HANDLE, lpoverlapped: *const OVERLAPPED, lpnumberofbytestransferred: *mut u32, bwait: bool, ) -> Result<()>