pub unsafe fn DeletePrinterDataW<P0, P1>(hprinter: P0, pvaluename: P1) -> u32
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,