Function windows::Win32::System::IO::CancelIoEx

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