pub unsafe fn SHGetViewStatePropertyBag<P0, T>(
    pidl: Option<*const ITEMIDLIST>,
    pszbagname: P0,
    dwflags: u32
) -> Result<T>
where P0: IntoParam<PCWSTR>, T: Interface,