pub unsafe fn LaunchINFSectionW<P0, P1>(
    hwndowner: P0,
    hinstance: P1,
    pszparams: PWSTR,
    nshow: i32
) -> i32
where P0: IntoParam<HWND>, P1: IntoParam<HINSTANCE>,