pub unsafe extern "system" fn SHGetKnownFolderPath(
    rfid: *const GUID,
    dwflags: u32,
    htoken: HANDLE,
    ppszpath: *mut PWSTR
) -> HRESULT
Expand description

Required features: "Win32_UI_Shell", "Win32_Foundation"