pub unsafe fn SHInvokePrinterCommandW<P0, P1, P2, P3>(
    hwnd: P0,
    uaction: u32,
    lpbuf1: P1,
    lpbuf2: P2,
    fmodal: P3
) -> BOOL
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<BOOL>,