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