Function windows::Win32::UI::Shell::SHGetViewStatePropertyBag
pub unsafe fn SHGetViewStatePropertyBag<P0, T>(
pidl: Option<*const ITEMIDLIST>,
pszbagname: P0,
dwflags: u32,
) -> Result<T>where
P0: Param<PCWSTR>,
T: Interface,