Function windows::Win32::Networking::WinInet::FtpSetCurrentDirectoryW
pub unsafe fn FtpSetCurrentDirectoryW<P0>(
hconnect: *const c_void,
lpszdirectory: P0,
) -> Result<()>where
P0: Param<PCWSTR>,