Function windows::Win32::Graphics::Printing::GetCorePrinterDriversW

pub unsafe fn GetCorePrinterDriversW<P0, P1, P2>(
    pszserver: P0,
    pszenvironment: P1,
    pszzcoredriverdependencies: P2,
    pcoreprinterdrivers: &mut [CORE_PRINTER_DRIVERW],
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,