Function windows::Win32::Networking::WinInet::FtpFindFirstFileA
pub unsafe fn FtpFindFirstFileA<P0>(
hconnect: *const c_void,
lpszsearchfile: P0,
lpfindfiledata: Option<*mut WIN32_FIND_DATAA>,
dwflags: u32,
dwcontext: usize,
) -> *mut c_voidwhere
P0: Param<PCSTR>,