Function windows::Win32::Networking::WinInet::GopherFindFirstFileW

pub unsafe fn GopherFindFirstFileW<P0, P1>(
    hconnect: *const c_void,
    lpszlocator: P0,
    lpszsearchstring: P1,
    lpfinddata: Option<*mut GOPHER_FIND_DATAW>,
    dwflags: u32,
    dwcontext: usize,
) -> *mut c_void
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,