pub unsafe fn FtpOpenFileW<P1>( hconnect: *const c_void, lpszfilename: P1, dwaccess: u32, dwflags: FTP_FLAGS, dwcontext: Option<usize>, ) -> *mut c_voidwhere P1: Param<PCWSTR>,