windows::Win32::UI::Shell

Function ShellAboutA

pub unsafe fn ShellAboutA<P1, P2>(
    hwnd: Option<HWND>,
    szapp: P1,
    szotherstuff: P2,
    hicon: Option<HICON>,
) -> i32
where P1: Param<PCSTR>, P2: Param<PCSTR>,