Function SHGetPropertyStoreFromParsingName
pub unsafe fn SHGetPropertyStoreFromParsingName<P0, P1, T>(
pszpath: P0,
pbc: P1,
flags: GETPROPERTYSTOREFLAGS,
) -> Result<T>where
P0: Param<PCWSTR>,
P1: Param<IBindCtx>,
T: Interface,