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