Function ShellExecuteW

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