pub unsafe fn FtpSetCurrentDirectoryW<P1>( hconnect: *const c_void, lpszdirectory: P1, ) -> Result<()>where P1: Param<PCWSTR>,