pub unsafe fn CorePrinterDriverInstalledW<P0, P1>(
    pszserver: P0,
    pszenvironment: P1,
    coredriverguid: GUID,
    ftdriverdate: FILETIME,
    dwldriverversion: u64,
) -> Result<BOOL>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,