Function windows::Win32::UI::Shell::ShellAboutW

pub unsafe fn ShellAboutW<P0, P1, P2, P3>(
    hwnd: P0,
    szapp: P1,
    szotherstuff: P2,
    hicon: P3
) -> i32
where P0: IntoParam<HWND>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<HICON>,