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

Required features: "Win32_UI_Shell", "Win32_Foundation"