[DllImport("PROPSYS.dll", ExactSpelling = true, PreserveSig = false)]
[SupportedOSPlatform("windows5.1.2600")]
[Documentation("https://learn.microsoft.com/windows/win32/api/propsys/nf-propsys-pscreatememorypropertystore")]
public unsafe static extern HRESULT PSCreateMemoryPropertyStore([In][Const] Guid* riid, [Out] void** ppv);
ppv needs [ComPtr] too.