pub unsafe extern "system" fn SHGetFolderLocation(
    hwnd: HWND,
    csidl: i32,
    htoken: HANDLE,
    dwflags: u32,
    ppidl: *mut *mut ITEMIDLIST
) -> HRESULT
Expand description

Required features: "Win32_UI_Shell", "Win32_Foundation", "Win32_UI_Shell_Common"