pub unsafe extern "system" fn GetOverlappedResult(
    hfile: HANDLE,
    lpoverlapped: *const OVERLAPPED,
    lpnumberofbytestransferred: *mut u32,
    bwait: BOOL
) -> BOOL
Expand description

Required features: "Win32_System_IO", "Win32_Foundation"