windows::Win32::System::IO

Function CancelIoEx

pub unsafe fn CancelIoEx(
    hfile: HANDLE,
    lpoverlapped: Option<*const OVERLAPPED>,
) -> Result<()>