Function windows::Win32::UI::Shell::ShellExecuteW

pub unsafe fn ShellExecuteW<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<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>, P4: IntoParam<PCWSTR>,