pub unsafe extern "system" fn ShellExecuteW(
    hwnd: HWND,
    lpoperation: PWSTR,
    lpfile: PWSTR,
    lpparameters: PWSTR,
    lpdirectory: PWSTR,
    nshowcmd: i32
) -> HINSTANCE
Expand description

Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’