pub unsafe extern "system" fn ShellExecuteA(
    hwnd: HWND,
    lpoperation: PCSTR,
    lpfile: PCSTR,
    lpparameters: PCSTR,
    lpdirectory: PCSTR,
    nshowcmd: SHOW_WINDOW_CMD
) -> HINSTANCE
Expand description

Required features: "Win32_Foundation", "Win32_UI_WindowsAndMessaging"