pub unsafe fn GetPrinterDataW<P1>( hprinter: PRINTER_HANDLE, pvaluename: P1, ptype: Option<*mut u32>, pdata: Option<&mut [u8]>, pcbneeded: *mut u32, ) -> u32where P1: Param<PCWSTR>,