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