Function windows::Win32::Networking::WinInet::FtpSetCurrentDirectoryA

pub unsafe fn FtpSetCurrentDirectoryA<P0>(
    hconnect: *const c_void,
    lpszdirectory: P0,
) -> Result<()>
where P0: Param<PCSTR>,