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