pub unsafe extern "system" fn GetOverlappedResult(
    hfile: *mut c_void,
    lpoverlapped: *const OVERLAPPED,
    lpnumberofbytestransferred: *mut u32,
    bwait: i32
) -> i32
🔬This is a nightly-only experimental API. (windows_c)