Huw Davies (@huw) commented about dlls/winspool.drv/info.c:
{ WCHAR *ppd = get_ppd_filename( ppd_dir, name ); struct get_ppd_params ppd_params;
- UNICODE_STRING nt_ppd;
- UNICODE_STRING nt_ppd = { 0, 0, NULL };
I think using a designated initializer to set `.Buffer = NULL` would be a little clearer.