Function ShellExecuteW

pub unsafe extern "system" fn ShellExecuteW(
    hwnd: HWND,
    lpoperation: PCWSTR,
    lpfile: PCWSTR,
    lpparameters: PCWSTR,
    lpdirectory: PCWSTR,
    nshowcmd: SHOW_WINDOW_CMD,
) -> HINSTANCE