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