shell32

Function ShellExecuteA

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