Function windows::Win32::UI::Shell::ShellExecuteA

pub unsafe fn ShellExecuteA<P0, P1, P2, P3, P4>(
    hwnd: P0,
    lpoperation: P1,
    lpfile: P2,
    lpparameters: P3,
    lpdirectory: P4,
    nshowcmd: SHOW_WINDOW_CMD
) -> HINSTANCE
where P0: IntoParam<HWND>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>, P4: IntoParam<PCSTR>,