Function windows::Win32::Graphics::Printing::OpenPrinterW
pub unsafe fn OpenPrinterW<P0>(
pprintername: P0,
phprinter: *mut HANDLE,
pdefault: Option<*const PRINTER_DEFAULTSW>,
) -> Result<()>where
P0: Param<PCWSTR>,