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

Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’