Function windows::Win32::Networking::WinInet::GopherFindFirstFileA

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