pub unsafe extern "system" fn SHGetSpecialFolderPathA(
    hwnd: HWND,
    pszpath: PSTR,
    csidl: i32,
    fcreate: BOOL
) -> BOOL
Expand description

Required features: "Win32_UI_Shell", "Win32_Foundation"