Function windows::Win32::Graphics::Printing::GetPrinterDriverW
pub unsafe fn GetPrinterDriverW<P0, P1>(
hprinter: P0,
penvironment: P1,
level: u32,
pdriverinfo: Option<&mut [u8]>,
pcbneeded: *mut u32,
) -> BOOLwhere
P0: Param<HANDLE>,
P1: Param<PCWSTR>,