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