Function windows::Win32::Networking::WinInet::FtpFindFirstFileW

pub unsafe fn FtpFindFirstFileW<P0>(
    hconnect: *const c_void,
    lpszsearchfile: P0,
    lpfindfiledata: Option<*mut WIN32_FIND_DATAW>,
    dwflags: u32,
    dwcontext: usize,
) -> *mut c_void
where P0: Param<PCWSTR>,