Function windows::Win32::UI::Shell::SHSetKnownFolderPath
pub unsafe fn SHSetKnownFolderPath<P0, P1>(
rfid: *const GUID,
dwflags: u32,
htoken: P0,
pszpath: P1,
) -> Result<()>where
P0: Param<HANDLE>,
P1: Param<PCWSTR>,