pub unsafe extern "system" fn SHGetFolderPathAndSubDirW(
    hwnd: HWND,
    csidl: i32,
    htoken: HANDLE,
    dwflags: u32,
    pszsubdir: PCWSTR,
    pszpath: PWSTR
) -> HRESULT
Expand description

Required features: "Win32_UI_Shell", "Win32_Foundation"