pub unsafe fn DelNodeRunDLL32W<P0, P1>(
    hwnd: P0,
    hinstance: P1,
    pszparms: PWSTR,
    nshow: i32
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<HINSTANCE>,