Function ShellExecuteA

Source
pub unsafe extern "C" fn ShellExecuteA(
    hwnd: HWND,
    lpOperation: LPCSTR,
    lpFile: LPCSTR,
    lpParameters: LPCSTR,
    lpDirectory: LPCSTR,
    nShowCmd: INT,
) -> HINSTANCE